native_enum
native_enum copied to clipboard
Adds ENUM and SET support to ActiveRecord
Add code for this adapter. Looks like PostgreSQL has support for ENUM types, not sure about SET.
Hi there, I noticed that db:create is not working anymore ``` [00:11:36] blackfalcon:~/src/my_project/my_project :chris $ bin/rails db:create --trace ** Invoke db:create (first_time) ** Invoke db:load_config (first_time) ** Invoke environment (first_time)...
@mcls @iangreenleaf just FYI I tried this gem with Rails 5.1, (and also with your new Rails 5.1 branch), and was getting `ActiveRecord Validation failed` errors on my models (which...