mirror of
https://github.com/doctrine/orm.git
synced 2026-04-25 07:28:04 +02:00
DDC-34: schema-tool --create tries to create duplicate associations and exits with exception #43
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 (Oct 7, 2009).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user itoijala:
I'm getting the error
SchemaTool:Duplicate field mapping ()
when trying to create my database schema. I am pretty sure this worked before. The error occurs on a field defined in a mapped superclass on the first entity that extends this class on the first association.
My entity classes:
@doctrinebot commented on GitHub (Oct 7, 2009):
Issue was closed with resolution "Fixed"