add_student_id_to user

This commit is contained in:
baiyu 2013-09-24 08:52:57 +08:00
parent 4fb040bc61
commit 540f06c769
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddStudentIdToUserextensions < ActiveRecord::Migration
def change
add_column :userextensions, :student_id, :integer
end
end