ERROR | cannot disable constraint (string.string) - dependencies exist |
CAUSE | an alter table disable constraint failed becuase the table has foriegn keys that are dpendent on this constraint. |
ACTION | Either disable the foreign key constraints or use disable cascade |