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

3 lines
85 B
MySQL
Raw Normal View History

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