thirteen-tien-len/db/migrate/20151125095642_add_current_game_id_to_table.rb

6 lines
135 B
Ruby

class AddCurrentGameIdToTable < ActiveRecord::Migration[5.2]
def change
add_column :tables, :current_game_id, :integer
end
end