socialforge/db/migrate/20140320022724_add_schoolid...

6 lines
122 B
Ruby

class AddSchoolidToCourses < ActiveRecord::Migration
def change
add_column :courses, :school_id, :integer
end
end