交易:订单增加字段 推广人编号

This commit is contained in:
owen
2023-09-30 17:49:38 +08:00
parent fc432ba073
commit 42a899c5d3
3 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,3 @@
-- 增加字段
ALTER TABLE trade_order
ADD COLUMN brokerage_user_id bigint NULL COMMENT '推广人编号' AFTER comment_status;