20160809192534_add_haggle_percent_column_into_pos_config.rb 163 B

12345
  1. class AddHagglePercentColumnIntoPosConfig < ActiveRecord::Migration
  2. def change
  3. add_column :pos_configs, :haggle_in_sale_percent, :integer, null: true
  4. end
  5. end