vita_app/db/migrate/20160305180845_add_image_to_collection.rb
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

6 lines
139 B
Ruby

class AddImageToCollection < ActiveRecord::Migration
def change
add_column :product_collections, :image_fille_id, :integer
end
end