add count easypay
This commit is contained in:
5
deploy/sql/add_order_remark_field.sql
Normal file
5
deploy/sql/add_order_remark_field.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 为 order 表添加备注字段
|
||||
-- 用于记录易支付使用的渠道号等信息
|
||||
|
||||
ALTER TABLE `order`
|
||||
ADD COLUMN `remark` VARCHAR(255) NULL COMMENT '备注信息(如易支付渠道号)' AFTER `delete_time`;
|
||||
Reference in New Issue
Block a user