class AddStudentrRealnameToUserExtensions < ActiveRecord::Migration
def change
add_column :user_extensions, :student_realname, :string
end