BOOL_LIST_VALUE_VALUES
Description
This table stores additional information for boolean list values.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each record. |
| HJVALUE | bit(1) | Additional value for the record. |
| HJINDEX | int(11) | Index for the record. |
Foreign Key Relationships
- ID references BOOL_LIST_VALUE(ID)