native_enum icon indicating copy to clipboard operation
native_enum copied to clipboard

Adds ENUM and SET support to ActiveRecord

Results 3 native_enum issues
Sort by recently updated
recently updated
newest added

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...