FEEDS_OR_PROFILE
Description
This table stores the feeds or profiles.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each record in the table. |
| PROFILE | varchar | The profile associated with the feed or profile. |
| FEEDS_SELECTOR_FEEDS_OR_PROF_0 | bigint | The ID of the feeds selector associated with the feed or profile. |
Foreign Key Relationships
- FEEDS_SELECTOR_FEEDS_OR_PROF_0 references FEEDS_SELECTOR (ID)
Constraints
- PRIMARY KEY (ID)