bpmc/ebpm-process-code/lib/bpmc-engine-5.16.4/org/activiti/db/drop/activiti.mysql.drop.identity.sql
2024-08-14 15:17:51 +08:00

11 lines
290 B
SQL

alter table ACT_ID_MEMBERSHIP
drop FOREIGN KEY ACT_FK_MEMB_GROUP;
alter table ACT_ID_MEMBERSHIP
drop FOREIGN KEY ACT_FK_MEMB_USER;
drop table if exists ACT_ID_INFO;
drop table if exists ACT_ID_MEMBERSHIP;
drop table if exists ACT_ID_GROUP;
drop table if exists ACT_ID_USER;