master
1class AddPhotoTmpColumnToPhotos < ActiveRecord::Migration
2  def change
3    add_column :photos, :image_tmp, :string
4  end
5end