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

6 lines
137 B
Ruby

class AddControlPlayerIdToGame < ActiveRecord::Migration[5.2]
def change
add_column :games, :control_player_id, :integer
end
end