PhilipSkinner / elemental-lowcode

Elemental lowcode development platform.
MIT License
113 stars 17 forks source link

Data types - strings with enums #170

Open PhilipSkinner opened 2 years ago

PhilipSkinner commented 2 years ago

Strings with enums set on them should be modelled in the DB as an enum - they are currently only modelled as a text field.

The enums are not enforced in the API either.