FEED_WITH_PROPOSAL_ID
Description
This table stores the feed IDs with proposal IDs.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each record in the table. |
| FEED_NAME | varchar | The name of the feed. |
Constraints
- PRIMARY KEY (ID)
- UNIQUE KEY (FEED_NAME)