change ordr reservation api

This commit is contained in:
phyusin
2018-04-11 14:38:16 +06:30
parent 27e70f1a86
commit 9b2312d3ba
8 changed files with 269 additions and 68 deletions

View File

@@ -9,6 +9,7 @@ class CreateDeliveries < ActiveRecord::Migration[5.1]
t.string :direction_address
t.string :delivery_fee
t.string :remark
t.timestamps
end
end