PostgreSQL support
Opened this issue · 1 comments
iangreenleaf commented
Add code for this adapter.
Looks like PostgreSQL has support for ENUM types, not sure about SET.
obahareth commented
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.