FEED_CONDITION
Description
This table stores the conditions for feeds.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each record in the table. |
| CONDITION | longtext | The condition associated with the feed. |
| FEED_NAME | varchar | The name of the feed. |
| FEED_CONDITIONS_TRIGGER_COND_0 | bigint | The ID of the trigger condition associated with the feed. |
| FEED_CONDITIONS_HJORDER | int | The order of the feed condition. |
Foreign Key Relationships
- FEED_CONDITIONS_TRIGGER_COND_0 references TRIGGER_CONDITION (ID)
Constraints
- PRIMARY KEY (ID)