1class AddSha256ToPhotos < ActiveRecord::Migration 2 def change 3 add_column :photos, :sha256, :string 4 end 5end