Alter your table by dropping constraints, then try creating Cascade references.
ALTER TABLE TableName DROP CONSTRAINT ConstraintName
- Selva
Alter your table by dropping constraints, then try creating Cascade references.
ALTER TABLE TableName DROP CONSTRAINT ConstraintName
- Selva