expected waiting time for order reservation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user