Hi all,
I have a problem. The first I generate my entities from exists database. Follow by link http://symfony.com/doc/current/cookbook/doctrine/reverse_engineering.html
Now I want to add new table to database & generate entity for that table. How can I do it?
I try to re-generate it by using two command
php app/console doctrine:mapping:import MyBlogBundle annotation
php app/console doctrine:generate:entities MyBlogBundle
But it created new entites & overwrite my old entites.
Please help me, thank in advance.
