This commit is contained in:
Wen 2014-03-18 09:22:33 +08:00
parent e1ddb3b0f6
commit ac0a05bcc7
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddSchoolToCourses < ActiveRecord::Migration
def change
add_column :courses, :school, :string
end
end