ecto_enum
ecto_enum copied to clipboard
Support loading of mysql enum fields that are returned as strings
Hi! Is it possible to support loading of fields declared as ENUM (mysql ?). Created a test project to reveal this issue: https://github.com/alesasnouski/ecto_enum_t - see README.md and migration for details. Thanks!