Back to changelog

Dynamic enum options

Enum options can now be loaded dynamically from queries, instead of having to hardcode every value. See docs for more!

models:
  user:
    properties:
      country_code:
        type: Enum
        enum_options:
          load: distinct_values

Ready to get started?