iangreenleaf/native_enum

PostgreSQL support

Opened this issue · 1 comments

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.