expected waiting time for order reservation

This commit is contained in:
phyusin
2018-11-26 13:28:34 +06:30
parent f3d701f789
commit b152636e1f

View File

@@ -6,6 +6,7 @@ class CreateOrderReservations < ActiveRecord::Migration[5.1]
t.string :customer_id, :null => false
t.datetime :requested_time, :null => false
t.datetime :pickup_time, :null => false
t.string :expected_waiting_time
t.string :callback_url, :null => false
t.string :transaction_ref, :null => false
t.string :sale_id