thirteen-tien-len_classic/db/migrate/20150409113625_add_status_to_games.rb
2019-10-29 06:12:08 -07:00

6 lines
117 B
Ruby

class AddStatusToGames < ActiveRecord::Migration[5.2]
def change
add_column :games, :status, :string
end
end