mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-13 15:55:42 +08:00
feat: 支付产品配置增加 enabled 启停开关字段
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
-- 订单商品明细列表
|
||||
ALTER TABLE pay_normal_order ADD COLUMN IF NOT EXISTS goods_detail jsonb;
|
||||
|
||||
-- 支付产品配置增加启用/停用开关
|
||||
ALTER TABLE pay_product_config ADD COLUMN IF NOT EXISTS enabled boolean NOT NULL DEFAULT TRUE;
|
||||
|
||||
Reference in New Issue
Block a user