ActiveRecord :: PostgresEnum 将迁移和schema.rb支持添加到PostgreSQL枚举数据类型。 安装 将此行添加到您的应用程序的Gemfile中: gem 'activerecord-postgres_enum' 然后执行: $ bundle 或自己安装为: $ gem install activerecord-postgres_enum 用法 移居 create_enum :mood , %w( happy great been_better ) create_table :person do t . enum :person_mood ,