mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Possible bug in ManyToMany Bidirectional relation when the join column name called not "ID"? #6674
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BonBonSlick on GitHub (Apr 1, 2021).
Adding join-table to both mappings throws
removing join table on any mapping, owning side or inverse will cause
Probable defaults and join table issue .
Tell me please, is there any way, workaround to specify custom join column names in Bidirectional ManyToMany for both owning and inverse side mappings?
@BonBonSlick commented on GitHub (Apr 2, 2021):
Sorry, was late night, mapped-by on inversed side must be...