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