update migrate

This commit is contained in:
Yan
2017-06-30 20:07:49 +06:30
parent 3681a9558b
commit 219944abbd

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.integer :shift_sale_id
t.timestamps
end
end