class AddTicketFooterIntoPosConfig < ActiveRecord::Migration def change add_column :pos_configs, :ticket_footer, :string, null: true end end