CAMPAIGN_DRAFT
Description
This table stores information about campaign drafts.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each campaign draft. |
| STATE | varchar(255) | The state of the campaign draft. |
| AUDIENCE_CONDITION_CAMPAIGN 0 | bigint(20) | Foreign key referencing the AUDIENCE_CONDITION table. |
| FINAL_ELEMENTS_CAMPAIGN_DRAF_0 | bigint(20) | Foreign key referencing the CAMPAIGN_FINAL_ELEMENTS table. |
| GLOBAL_CONTACT_POLICY_CAMPAI_1 | bigint(20) | Foreign key referencing the CONTACT_POLICY table. |
| PER_USER_CONTACT_POLICY_CAMP_1 | bigint(20) | Foreign key referencing the CONTACT_POLICY table. |
Foreign Key Relationships
- AUDIENCE_CONDITION_CAMPAIGN 0 references AUDIENCE_CONDITION(ID)
- FINAL_ELEMENTS_CAMPAIGN_DRAF_0 references CAMPAIGN_FINAL_ELEMENTS(ID)
- GLOBAL_CONTACT_POLICY_CAMPAI_1 references CONTACT_POLICY(ID)
- PER_USER_CONTACT_POLICY_CAMP_1 references CONTACT_POLICY(ID)