Pull from master
This commit is contained in:
@@ -6,7 +6,7 @@ class CreateSaleItems < ActiveRecord::Migration[5.1]
|
||||
t.string :product_code, :null => false
|
||||
t.string :item_instance_code
|
||||
t.string :product_name, :null => false
|
||||
t.string :product_alt_name, :null => false
|
||||
t.string :product_alt_name
|
||||
t.integer :account_id, :index => true, :limit => 8, :null => false, :default => 1
|
||||
t.string :status, :index => true
|
||||
t.string :remark, :index => true
|
||||
|
||||
@@ -19,6 +19,7 @@ class CreateOrderReservations < ActiveRecord::Migration[5.1]
|
||||
t.decimal :discount_amount, :precision => 10, :scale => 2, :null => false, :default => 0.00
|
||||
t.decimal :convenience_charge, :precision => 10, :scale => 2, :null => false, :default => 0.00
|
||||
t.decimal :grand_total, :precision => 10, :scale => 2, :null => false, :default => 0.00
|
||||
t.decimal :transaction_fee, :precision => 10, :scale => 2, :null => false, :default => 0.00
|
||||
t.string :status, :null => false, :default => "new"
|
||||
t.string :order_remark
|
||||
t.string :remark
|
||||
|
||||
Reference in New Issue
Block a user