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
When generating table name for owned collection (which needs a separate table) we generate the name based on collections only, which may lead to name clashes.
When generating table name for owned collection (which needs a separate table) we generate the name based on collections only, which may lead to name clashes.
e.g.
entity -> OwnedReference1 -> OwnedCollection
and
entity -> OwnedReference2 -> OwnedCollection
will try to use same table name (entity_OwnedCollection)
workaround is to set the table name explicitly
The text was updated successfully, but these errors were encountered: