native_enum
native_enum copied to clipboard
PostgreSQL support
Add code for this adapter.
Looks like PostgreSQL has support for ENUM types, not sure about SET.
I know it's been a really long time, but for anyone looking for this for enum support for Postgres, there's activerecord-postgres_enum just for the enum part, not sure if there are alternatives for SET.