class AddTicketDescriptionIntoPosConfig < ActiveRecord::Migration def change add_column :pos_configs, :ticket_description, :text, null: true end end