添加字段
This commit is contained in:
parent
3465a39285
commit
20ea251cab
|
@ -0,0 +1,5 @@
|
||||||
|
class AddTypeToOrganization < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :organizations, :type, :integer, :default => true
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue