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

@@ -16,6 +16,7 @@ class CreateOrderReservationItems < ActiveRecord::Migration[5.1]
t.string :remark
t.string :options
t.boolean :taxable, :null => false, :default => true
t.timestamps
end
end