class AddDeleteToAnnoncePhotos < ActiveRecord::Migration def change add_column :annonce_photos, :deleted, :boolean end end