symfony - updatng schema after changes in entity - Symfony2 / Doctrine2 -


i uploaded changed entity server , wanted update schema via php app/console doctrine:shema:update --dump-sql. (i need change smallint longtext (simple_array type).) worked fine on test server, on productive server, after uploading changed entity, symfony tells me schema doesnt need updated. did forget?

do in production

app/console doctrine:shema:update --dump-sql -e prod 

symfony executes console commands in dev env default, should specify prod


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -