class AddImageColumnToPointsales < ActiveRecord::Migration def change add_column :pointsales, :img_pointsale, :string end end