CAMPAIGN
Description
This table stores information about campaigns.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each campaign. |
| DRAFT_ID | bigint(20) | Foreign key referencing the CAMPAIGN_DRAFT table. |
| MUTABLE_ELEMENTS_CAMPAIGN_ID | bigint(20) |
Foreign key referencing the CAMPAIGN_MUTABLE_ELEMENTS table. |
Foreign Key Relationships
- MUTABLE_ELEMENTS_CAMPAIGN_ID references CAMPAIGN_MUTABLE_ELEMENTS(ID)
- DRAFT_ID references CAMPAIGN_DRAFT(ID)