update membership

This commit is contained in:
Aung Myo
2017-07-04 18:01:08 +06:30
parent 6b87a7bc22
commit b5b1c6f10a
6 changed files with 62 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ class CreateSales < ActiveRecord::Migration[5.1]
t.decimal :amount_changed, :precision => 10, :scale => 2, :null => false, :default => 0.00
t.integer :shift_sale_id
t.decimal :old_grand_total
t.string :rebate_status
t.timestamps
end
end