mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-29 09:28:48 +08:00
4 lines
133 B
Java
4 lines
133 B
Java
-- 增加字段
|
|
ALTER TABLE trade_order
|
|
ADD COLUMN brokerage_user_id bigint NULL COMMENT '推广人编号' AFTER comment_status;
|