thirteen-tien-len/db/migrate/20150810114449_add_play_to_beat_to_game.rb
2019-10-29 06:12:08 -07:00

6 lines
133 B
Ruby

class AddPlayToBeatToGame < ActiveRecord::Migration[5.2]
def change
add_reference :games, :play_to_beat, index: true
end
end