AGGREGATION_WITH_FEED
Description
This table stores information about aggregations with feeds.
Columns
Column Name | Data Type | Description |
ID | bigint(20) | Primary key, unique identifier for each aggregation with feed. |
DESCRIPTION | longtext | The description of the aggregation. |
FEED_NAME | varchar(255) | The name of the feed. |
NAME | varchar(255) | The name of the aggregation. |
OPERATION AGGREGATION_WITH 0 | bigint(20) | Foreign key referencing the AGGREGATION_OPERATION table. |
Foreign Key Relationships
- OPERATION AGGREGATION_WITH 0 references AGGREGATION_OPERATION(ID)