Details
Description
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.
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.
Implemented