trustieplus/db/migrate/20170324054735_add_path_to_...

6 lines
108 B
Ruby
Raw Normal View History

2017-04-07 10:16:13 +08:00
class AddPathToGames < ActiveRecord::Migration
def change
add_column :games, :path, :string
end
end