This commit is contained in:
Nweni
2017-06-30 13:44:29 +06:30
parent 5e3935f176
commit 2713fae6b5
4 changed files with 23 additions and 15 deletions

View File

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