class AddStudentIdToUserExtensions < ActiveRecord::Migration
def change
add_column :user_extensions, :student_id, :integer
end