class AddRewardToContestingProjects < ActiveRecord::Migration def change add_column :contesting_projects, :reward, :string end end