INT 64LIST_VALUE_VALUES

Description

This table stores additional information about the int64 list values.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the int64 list value.
HJVALUE bigint The value of the int64 list value.
HJINDEX int The index of the int64 list value.

Foreign Key Relationships

  • ID references INT_64LIST_VALUE (ID)

Constraints

  • PRIMARY KEY (ID, HJINDEX)