class AddId20minToImages < ActiveRecord::Migration
  def change
    add_column :images, :id20min, :string
  end
end
