trustieplus/db/migrate/20170324054735_add_path_to_...

6 lines
108 B
Ruby

class AddPathToGames < ActiveRecord::Migration
def change
add_column :games, :path, :string
end
end