-20354   INVALID SPECIFICATION OF A ROW CHANGE TIMESTAMP COLUMN FOR TABLE table-name

Explanation

The specification of a row change timestamp column is invalid. The specification is invalid because a row change timestamp column cannot be:
  • A column of a foreign key.
  • A column of a partitioning key.
  • Defined for a temporary table.
The specification might also be invalid because a row change timestamp column cannot have a FIELDPROC defined for it.

System action

The statement cannot be processed.

Programmer response

Correct the syntax and resubmit the statement.

SQLSTATE

429BV