INT 16LIST_VALUE_VALUES
Description
This table stores additional information about the int16 list values.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the int16 list value. |
| HJVALUE | smallint | The value of the int16 list value. |
| HJINDEX | int | The index of the int16 list value. |
Foreign Key Relationships
- ID references INT_16LIST_VALUE (ID)
Constraints
- PRIMARY KEY (ID, HJINDEX)