Commit 6f9ca3f0 by ivan Lan

Fix delivery_cost type in order

parent ade3c5d5
......@@ -57,7 +57,7 @@ class CreateShotengaiProductsAndOrders < ActiveRecord::Migration[5.1]
t.datetime :delivery_time
t.datetime :receipt_time
t.string :delivery_way
t.string :delivery_cost
t.integer :delivery_cost
t.text :merchant_remark
t.string :mark # merchant mark, like red, blue ..
t.text :customer_remark
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment