Doctrine migrations in symfony don't update model and forms

Posted by miguelSantirso on Stack Overflow See other posts from Stack Overflow or by miguelSantirso
Published on 2009-07-25T12:05:48Z Indexed on 2010/04/20 13:53 UTC
Read the original article Hit count: 211

Filed under:
|
|
|

I've been testing the Doctrine migrations in symfony and I finally got them to work, but I noticed that these migrations only update the database. The forms and the model are not updated as I expected...

Is this normal? If it's normal, is there a way to update the model with the changes made to the db?

© Stack Overflow or respective owner

Related posts about symfony

Related posts about doctrine