Reason:
You attempted to drop a foreign key constraint using drop_foreign_constraint() on a table but specified columns that are not in a foreign key constraint.
Resolution:
Ensure you specify columns within a foreign key constraint.
Tips:
- Use the star$constraints view to find the columns in foreign key constraints.
Comments
Article is closed for comments.