3 lines
85 B
MySQL
3 lines
85 B
MySQL
|
alter table sys_user
|
||
|
add org_id bigint null comment '所属组织id' after account;
|