FEEDS_SELECTOR_BY_NAMES
Description
This table stores the names for feeds selectors.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each record in the table. |
| HJVALUE | varchar | The value associated with the name. |
| HJINDEX | int | The index of the name. |
Foreign Key Relationships
- ID references FEEDS_SELECTOR (ID)
Constraints
- PRIMARY KEY (ID, HJINDEX)