rt-sim-training-service/sql/20201203.sql
2020-12-03 19:19:24 +08:00

5 lines
103 B
SQL

alter table company drop column managers;
alter table sys_user drop foreign key FK_sys_user_company;