add sale id in order reservations

This commit is contained in:
phyusin
2018-04-11 17:59:37 +06:30
parent 0413d56a83
commit a0fca242d4

View File

@@ -7,6 +7,7 @@ class CreateOrderReservations < ActiveRecord::Migration[5.1]
t.datetime :requested_time, :null => false
t.string :callback_url, :null => false
t.string :transaction_ref, :null => false
t.string :sale_id
t.integer :item_count, :null => false, :default => 0
t.integer :total_customer
t.string :payment_type