Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: Git Master
-
Fix Version/s: None
-
Component/s: Tools
-
Security Level: All
-
Labels:
Description
The schemaTool fail with a Doctrine\DBAL\Schema\SchemaException when trying to handle ManyToMany relation with an existing joinTable.
My use case :
I'm using the Tree DoctrineExtension with the Closure strategy. It create a mapping between my Category entity and a CategoryClosure entity.
For conveniency, I've setup a ManyToMany relation between Category and Category with the CategoryClosure table as joinTable.
Doctrine ORM handle perfectly this case but the schema tool is failing with :
The table with name 'category_closure' already exists.
You can't expect the schematool to play nice if you use the table of an entity as m2m table.