class AddRewardToHomeworkAttaches < ActiveRecord::Migration
def change
add_column :homework_attaches, :reward, :string
end