class AddPhotoToQuotes < ActiveRecord::Migration def change add_reference :quotes, :photo, index: true end end