bibendi / activerecord-postgres_enum

Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
MIT License
361 stars 24 forks source link

Support complex enum values and ordering #14

Closed jeremy-ebler-vineti closed 5 years ago

jeremy-ebler-vineti commented 5 years ago

#quote comes from ActiveRecord::ConnectionAdapters::Quoting

You can ORDER BY an enum column, so being able to control the order can be quite useful.