activiti.oracle.drop.identity.sql 314 B

12345678910111213
  1. alter table ACT_ID_MEMBERSHIP
  2. drop CONSTRAINT ACT_FK_MEMB_GROUP;
  3. alter table ACT_ID_MEMBERSHIP
  4. drop CONSTRAINT ACT_FK_MEMB_USER;
  5. drop index ACT_IDX_MEMB_GROUP;
  6. drop index ACT_IDX_MEMB_USER;
  7. drop table ACT_ID_INFO;
  8. drop table ACT_ID_MEMBERSHIP;
  9. drop table ACT_ID_GROUP;
  10. drop table ACT_ID_USER;