Skip to content

Support Postgres's Enum Type

Compare
Choose a tag to compare
@gjaldon gjaldon released this 10 Aug 13:13
· 125 commits to master since this release
  • There's now an option to use Enumerated Types in Postgres
  • New __valid_values__() is automatically defined in your custom Enum module to see all valid values accepted by your custom Enum type
  • Reorganized tests for PG and MySQL