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: 229
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