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