Rails 7 extends enum support for the Postgres adapter
Renaming the enum, adding and renaming the values of the enum made easier with the latest changes to the Postgres adapter in Rails 7
Visit https://blog.saeloun.com/2023/06/21/rails-7-extends-enum-support/ to see rename_enum
, add_enum_value
, and rename_enum_value
in action.
Post a comment