I have a Symfony2 project with its own database, and now I want to connect to another database (another project) so I can modify some tables.
I created the new conne
php bin/console doctrine:mapping:convert xml ./src/NameBundle/Resources/doctrine/metadata/orm php bin/console doctrine:mapping:import NameBundle yml php bin/console doctrine:generate:entities NameBundle