5 lines
103 B
MySQL
5 lines
103 B
MySQL
|
alter table company drop column managers;
|
||
|
|
||
|
alter table sys_user drop foreign key FK_sys_user_company;
|
||
|
|