CAMPAIGN_IMMUTABLE_ELEMENTS
Description
Stores the immutable elements of a campaign.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key of the table. |
| AUDIENCE_CONDITION_CAMPAIGN 1 | bigint(20) | Foreign key referencing the ID column of the AUDIENCE_CONDITION table. |
| GLOBAL_CONTACT_POLICY_CAMPAI_2 | bigint(20) | Foreign key referencing the ID column of the CONTACT_POLICY table. |
| PER_USER_CONTACT_POLICY_CAMP_2 | bigint(20) | Foreign key referencing the ID column of the the CONTACT_POLICY table. |
Foreign Key Relationships
- AUDIENCE_CONDITION_CAMPAIGN 1 references AUDIENCE_CONDITION(ID)
- GLOBAL_CONTACT_POLICY_CAMPAI_2 references CONTACT_POLICY(ID)
- PER_USER_CONTACT_POLICY_CAMP_2 references CONTACT_POLICY(ID)