DOUBLE_LIST_VALUE_VALUES
Description
This table stores the values for double list values.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the double list value. |
| HJVALUE | double | The value of the double list. |
| HJINDEX | int | The index of the double list value. |
Foreign Key Relationships
- ID references DOUBLE_LIST_VALUE(ID)