Skip to content
Commit d257ae7c authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Add support for "enum" type in schema XML

Allows each table to specify an enum type with values and set
the enum type to a column. We don't actually use the enum feature
of SQL, the values are still stored as TINYINT, but the enum is
generated as part of the respective Entity subclass.
parent 6b5b444a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment