0 votes

A new cross reference table has been added to the erd.
It's only fields are the keys to the 2 tables it is linking.
The export to ORM option generates the YAML for all tables except this new one which is ignored

in Solved by (200 points)
recategorized by

1 Answer

+1 vote
Best answer

This is very strange. Can you please send us some testing project where we can simulate this behaviour?

Because you didn't write which ORM you're using it's hard to say more. But maybe it's many-to-many relation entity which isn't exported for Doctrine2 because Doctrine2 doesn't support it.

by Skipper developer (141k points)
selected by

Thanks for the quick response, I am still new to doctrine and did not know that it was not supported