DDC-3270: abstract class database entity generation #4046

Open
opened 2026-01-22 14:34:19 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Aug 23, 2014).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user leckie:

I create an abstract class A using @ORM annotations, then create class B which is a subclass of class A. When I use these to update the mysql database, however, a table for class A was also generated, which shouldn't have happened(because class A is an abstract class).

Originally created by @doctrinebot on GitHub (Aug 23, 2014). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user leckie: I create an abstract class A using @ORM annotations, then create class B which is a subclass of class A. When I use these to update the mysql database, however, a table for class A was also generated, which shouldn't have happened(because class A is an abstract class).
admin added the Bug label 2026-01-22 14:34:19 +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#4046