class AddColumnPercentToPosConfigs < ActiveRecord::Migration def change add_column :pos_configs, :commission_percent, :integer, null: true end end