文件名称:activerecord-postgresql-expression:为 ActiveRecord PostgreSQL 适配器的迁移添加表达式
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-11 12:05:05
Ruby
ActiveRecord::PostgreSQL::Expression 为 ActiveRecord PostgreSQL 适配器的迁移添加表达式。 安装 将此行添加到应用程序的 Gemfile 中: gem 'activerecord-postgresql-expression' 然后执行: $ bundle 或者自己安装: $ gem install activerecord-postgresql-expression 用法 bundle exec rails g migration CreatePosts class CreatePosts < ActiveRecord :: Migration def change create_table :posts do | t | t . string :title t . tex
【文件预览】:
activerecord-postgresql-expression-master
----.travis.yml(192B)
----Rakefile(2KB)
----test()
--------config.rb(225B)
--------cases()
--------support()
--------.gitignore(12B)
--------config.example.yml(233B)
----activerecord-postgresql-expression.gemspec(1KB)
----Gemfile(179B)
----.gitignore(128B)
----lib()
--------activerecord()
--------activerecord-postgresql-expression()
--------activerecord-postgresql-expression.rb(45B)
----README.md(1KB)
----LICENSE.txt(1KB)