bigdir/db/migrate/20130929011921_add_reward_t...

6 lines
135 B
Ruby

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