mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2646: Column name id referenced for relation from EntityB towards EntityA does not exist.
#3318
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 @doctrinebot on GitHub (Sep 2, 2013).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user gog:
Trying to generate the schema throws an exception:
```Column name
idreferenced for relation from EntityB towards EntityA does not exist.@doctrinebot commented on GitHub (Sep 2, 2013):
Comment created by gog:
Finally found the issue, when I moved the definition of the JoinTable to EntityA it all worked as expected.
@doctrinebot commented on GitHub (Sep 2, 2013):
Issue was closed with resolution "Invalid"