Foreign Key Problem
When creating a foreign key to a table in another schema, the constraint is generated using the current schema instead of the one explicitly specified.
Example:
But it should be:
This causes the constraint to fail because
Example:
But it should be:
This causes the constraint to fail because
keywords.members does not exist.