I tried the following yaml code:
columns: created_time: type: timestamp notnull: true default: default CURRENT_TIMESTAMP
In
You could use the 'Timestampable' functionality in doctrine, eg:
actAs: Timestampable: created: name: created_time updated: disabled: true columns: created_time: type: timestamp notnull: true