class AddExcellentStudentToUser < ActiveRecord::Migration
def change
add_column :users, :excellent_student, :integer, :default => false
end