CAMPAIGN_CORE
Description
This table stores information about campaign cores.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each campaign core. |
| CAMPAIGN_ID | bigint(20) | Foreign key referencing the CAMPAIGN table. |
| CAMPAIGN_VERSION | bigint(20) | The version of the campaign. |
| IMMUTABLE_ELEMENTS_CAMPAIGN 0 | bigint(20) | Foreign key referencing the CAMPAIGN_CORE_IMMUTABLE_ELEM_0 table. |
| MUTABLE_ELEMENTS_CAMPAIGN_CO_0 | bigint(20) | Foreign key referencing the CAMPAIGN_CORE_MUTABLE_ELEMEN_0 table. |
Foreign Key Relationships
- CAMPAIGN_ID references CAMPAIGN(ID)
- IMMUTABLE_ELEMENTS_CAMPAIGN 0 references CAMPAIGN_CORE_IMMUTABLE_ELEM_0(ID)
- MUTABLE_ELEMENTS_CAMPAIGN_CO_0 references CAMPAIGN_CORE_MUTABLE_ELEMEN_0(ID)