activerecord postgres_enum:将PostgreSQLenum数据类型集成到ActiveRecord的架构和迁移中 源码
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 ,
文件列表
activerecord-postgres_enum-master.zip
(预估有个34文件)
activerecord-postgres_enum-master
.gitignore
124B
.rspec
48B
bin
setup
131B
console
391B
.rubocop.yml
301B
CODE_OF_CONDUCT.md
3KB
docker-compose.yml
674B
LICENSE.txt
1KB
暂无评论