DDC-514: Default for discriminator column #640

Closed
opened 2026-01-22 12:45:22 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Apr 12, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user romanb:

The discriminator column should default to

@DiscriminatorColumn(name="dtype", type="string")

whenever the inheritance type is not NONE and there is no explicit @DiscriminatorColumn specified.

Originally created by @doctrinebot on GitHub (Apr 12, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user romanb: The discriminator column should default to ``` @DiscriminatorColumn(name="dtype", type="string") ``` whenever the inheritance type is not NONE and there is no explicit @DiscriminatorColumn specified.
admin added the Improvement label 2026-01-22 12:45:22 +01:00
admin closed this issue 2026-01-22 12:45:23 +01:00
Author
Owner

@doctrinebot commented on GitHub (Sep 23, 2010):

Comment created by @beberlei:

Implemented

@doctrinebot commented on GitHub (Sep 23, 2010): Comment created by @beberlei: Implemented
Author
Owner

@doctrinebot commented on GitHub (Sep 23, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Sep 23, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#640