DDC-1135: Relation columns (like of ManyToOne mappings) are missing on multilevel inheritance #1425

Open
opened 2026-01-22 13:13:56 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (May 4, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user toberger:

I try to setup a class structure with a multilevel inheritance which is described here: http://pastebin.com/dDXAKN5M
To generate the schema I use the "doctrine:schema:create" command of symfony.

The event table looks like it should be, but the Appointment table doesn't have a creationUser column. The rest of the columns are available.
I also tried it with a OneToOne mapping, same issue. At the second level of inheritance these mappings are just missing.

Originally created by @doctrinebot on GitHub (May 4, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user toberger: I try to setup a class structure with a multilevel inheritance which is described here: http://pastebin.com/dDXAKN5M To generate the schema I use the "doctrine:schema:create" command of symfony. The event table looks like it should be, but the Appointment table doesn't have a creationUser column. The rest of the columns are available. I also tried it with a OneToOne mapping, same issue. At the second level of inheritance these mappings are just missing.
admin added the Bug label 2026-01-22 13:13:56 +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#1425