
public enum InheritanceStrategy
{
    UNSPECIFIED,
    NEW_TABLE,
    SUBCLASS_TABLE,
    SUPERCLASS_TABLE
}
