class AddChallengeIdToGame < ActiveRecord::Migration
def change
add_column :games, :challenge_id, :integer
end