Entering content frame

-8030: Column must be indexed 

Explanation:

No index was created on the specified column.

In a referential CONSTRAINT definition, the columns (referenced_column) must either designate the key of the table or columns which form an index defined with UNIQUE.

User Action:

Use a QUERY statement issued on the system table DOMAIN.INDEXES to see a list of the existing indexes. Create the desired index, or do without the index.

 

Leaving content frame