class AddHagglePercentToPreSale < ActiveRecord::Migration def change add_column :pre_sales, :haggle_percent, :integer, default: 0, null: true end end