添加字段

dev_wuhao
huang 9 years ago
parent 3465a39285
commit 20ea251cab

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