添加字段

This commit is contained in:
huang 2016-03-31 14:01:09 +08:00
parent 3465a39285
commit 20ea251cab
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddTypeToOrganization < ActiveRecord::Migration
def change
add_column :organizations, :type, :integer, :default => true
end
end