DDC-192: Composite primary key workaround stopped working after SchemaTool refactoring #237

Open
opened 2026-01-22 12:31:55 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Dec 3, 2009).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user nicokaiser:

This example shows a *User* and a Phonenumber entity, where the Phonenumber entity has a phone column and a userId column (which maps the Phonenumber to the User). Primary key should be composite (phone, userId).

http://pastie.org/private/uoawwvf75onnvph8bj1fwg

Normally I would achieve this by adding @Id to the User association in Phonenumber.php, but since @Id is not supported for associations, I added a userId property (which I have to set every time I set the User property).

After the SchemaTool refactoring, Doctrine 2 complains about duplicate keys when trying to create the database...

see DDC-117 (@Id on associations should really be supported and add the "JoinColumn name" to the list of primary keys...)

Originally created by @doctrinebot on GitHub (Dec 3, 2009). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user nicokaiser: This example shows a **User\* and a _Phonenumber_ entity, where the *Phonenumber** entity has a _phone_ column and a _userId_ column (which maps the Phonenumber to the User). Primary key should be composite (phone, userId). http://pastie.org/private/uoawwvf75onnvph8bj1fwg Normally I would achieve this by adding @Id to the User association in Phonenumber.php, but since @Id is not supported for associations, I added a userId property (which I have to set every time I set the User property). After the SchemaTool refactoring, Doctrine 2 complains about duplicate keys when trying to create the database... see [DDC-117](http://www.doctrine-project.org/jira/browse/DDC-117) (@Id on associations should really be supported and add the "JoinColumn name" to the list of primary keys...)
admin added the Bug label 2026-01-22 12:31:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#237