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