Calculate the length of the database column for an enum reference.
It is possible to override the calculated type and length using hints.
hint="ordinal" -> database type is INTEGER/NUMBER
hint="databaseLength=10" -> database type is VARCHAR(10)
Description
Calculate the length of the database column for an enum reference.
It is possible to override the calculated type and length using hints.
hint="ordinal" -> database type is INTEGER/NUMBER
hint="databaseLength=10" -> database type is VARCHAR(10)