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