在单位名称列表的数据库表中,增加用户字段

This commit is contained in:
daiao 2016-07-26 16:46:31 +08:00
parent 3661969528
commit 5886a9898a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddStudentIdToApplyAddSchool < ActiveRecord::Migration
def change
add_column :apply_add_schools, :user_id, :integer
end
end