mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-20 01:58:38 +00: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;
|