socialforge/db/migrate/20150128032421_add_enterpri...

6 lines
135 B
Ruby
Raw Normal View History

2015-01-30 14:11:35 +08:00
class AddEnterpriseNameToProjects < ActiveRecord::Migration
def change
add_column :projects, :enterprise_name, :string
end
end