class AddTicketFooterColumnIntoPointsale < ActiveRecord::Migration def change add_column :pointsales, :ticket_footer, :string, null: true end end