在单位名称列表的数据库表中,增加用户字段
This commit is contained in:
parent
3661969528
commit
5886a9898a
|
@ -0,0 +1,5 @@
|
|||
class AddStudentIdToApplyAddSchool < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :apply_add_schools, :user_id, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue