add sale id in order reservations
This commit is contained in:
@@ -7,6 +7,7 @@ class CreateOrderReservations < ActiveRecord::Migration[5.1]
|
|||||||
t.datetime :requested_time, :null => false
|
t.datetime :requested_time, :null => false
|
||||||
t.string :callback_url, :null => false
|
t.string :callback_url, :null => false
|
||||||
t.string :transaction_ref, :null => false
|
t.string :transaction_ref, :null => false
|
||||||
|
t.string :sale_id
|
||||||
t.integer :item_count, :null => false, :default => 0
|
t.integer :item_count, :null => false, :default => 0
|
||||||
t.integer :total_customer
|
t.integer :total_customer
|
||||||
t.string :payment_type
|
t.string :payment_type
|
||||||
|
|||||||
Reference in New Issue
Block a user