FEEDS_SELECTOR_BY_DATA_MODELS
Description
This table stores the data models 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 data model. |
HJINDEX | int | The index of the data model. |
Foreign Key Relationships
- ID references FEEDS_SELECTOR (ID)
Constraints
- PRIMARY KEY (ID, HJINDEX)