socialforge/db/migrate/20151028060607_add_column_o...

6 lines
136 B
Ruby
Raw Normal View History

2015-10-28 15:54:27 +08:00
class AddColumnOutlineToCourse < ActiveRecord::Migration
def change
add_column :courses,:outline,:integer,:default => 0
end
end