shop_setup branch
This commit is contained in:
@@ -7,7 +7,7 @@ class CreateSalePayments < ActiveRecord::Migration[5.0]
|
||||
t.decimal :outstanding_amount, :precision => 10, :scale => 2, :null => false, :default => 0.00
|
||||
t.string :payment_reference
|
||||
t.string :payment_status, :null => false, :default => "new"
|
||||
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user