class AddEnableHaggleToPosConfig < ActiveRecord::Migration def change add_column :pos_configs, :enable_haggle, :boolean, default: true end end