vote up 1 vote down star

Hello everybody !

Is it possible to add behaviors (eg. actAs Timestampable) in a doctrine migration to avoid defining the created_at and updated_at columns ?

Thank's in advance !

flag
The solution here : groups.google.com/group/doctrine-user/… – sailor May 5 at 17:54

2 Answers

vote up 1 vote down check

I think there is no way to add behaviors in the migration code.

BUT! if you are using doctrine 1.1 (it's easy to migrate from 1.0) you can instead modify your schema, add the behavior, and let doctrine generate the migration code as explained here:

http://www.doctrine-project.org/blog/new-to-migrations-in-1-1

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.