-693   THE COLUMN column-name IN DDL REGISTRATION TABLE OR INDEX name IS NOT DEFINED PROPERLY

Explanation

An error occurred during verification of the application or object registration table.

The table is improperly defined for the following reasons:
  • A required column is missing.
  • A column description is invalid because its name, column number, data type, length, or null attribute is incorrect.

or

The index is improperly defined for the following reasons:
  • A required key column is missing.
  • A key column description is invalid because of its key sequence or because its ordering is incorrect.
  • A defined key column should not be part of the unique key.

System action

The statement cannot be processed.

Programmer response

Correct or alter the definition of the required registration table or index.

SQLSTATE

55003