Skip to content
  • Daniel Vrátil's avatar
    Add support for "enum" type in schema XML · d257ae7c
    Daniel Vrátil authored
    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.
    d257ae7c