thirteen-tien-len/db/migrate/20150417112103_add_control_player_id_to_game.rb
2015-04-17 05:02:56 -07:00

6 lines
132 B
Ruby

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