Entering content frame

-7038: Foreign key column not allowed Locate the document in the library structure

Explanation:

A foreign key column is a column which was specified in the referencing_column of a referential CONSTRAINT definition.

...

       1.      The attempt was made to delete a table column which was specified as a referencing_column of a CONSTRAINT definition.

       2.      The attempt was made to delete the key of a table. The columns of the key were specified implicitly or explicitly as referencing_columns of a CONSTRAINT definition.

User Action:

Delete the referential CONSTRAINT definition and then the column or key.

 

Leaving content frame