Reason:
You attempted to create a foreign key constraint on a column that does not exist.
Resolution:
Ensure the foreign key constraint is on known columns in the table
Tips:
- Use the star$columns view to find the names of columns in the table
Reason:
You attempted to create a foreign key constraint on a column that does not exist.
Resolution:
Ensure the foreign key constraint is on known columns in the table
Tips:
Comments
Article is closed for comments.