rt-sim-training-service/sql/20210401-zhangsai.sql

3 lines
85 B
SQL

alter table sys_user
add org_id bigint null comment '所属组织id' after account;