You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this way, it would be interesting that the diff command had the parameter --mapping=EntitiesBundle or --mapping=App
Current problem: If my entities are being migrated to an orm bundle, and I want to keep the mapping of the Bundle and my App in the same entity_manager, the diff throws an error stating:
The table with name 'database01.my_table' already exists.
The text was updated successfully, but these errors were encountered:
The doctrine configuration allows having 1 entityManager with multiple mappings, as shown below.
In this way, it would be interesting that the diff command had the parameter --mapping=EntitiesBundle or --mapping=App
Current problem: If my entities are being migrated to an orm bundle, and I want to keep the mapping of the Bundle and my App in the same entity_manager, the diff throws an error stating:
The table with name 'database01.my_table' already exists.
The text was updated successfully, but these errors were encountered: