STRING_LIST_VALUE_VALUES
Description
This table stores the values of string list values.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the string list value. |
| HJVALUE | longtext | The HJVALUE of the string list value. |
| HJINDEX | int | The HJINDEX of the string list value. |
Primary Key
- ID, HJINDEX
Foreign Key Relationships
- ID references STRING_LIST_VALUE(ID)