activiti.mysql.drop.identity.sql 290 B

12345678910
  1. alter table ACT_ID_MEMBERSHIP
  2. drop FOREIGN KEY ACT_FK_MEMB_GROUP;
  3. alter table ACT_ID_MEMBERSHIP
  4. drop FOREIGN KEY ACT_FK_MEMB_USER;
  5. drop table if exists ACT_ID_INFO;
  6. drop table if exists ACT_ID_MEMBERSHIP;
  7. drop table if exists ACT_ID_GROUP;
  8. drop table if exists ACT_ID_USER;