CAMPAIGN_CORE_MUTABLE_ELEMEN_0
Description
This table stores information about campaign core mutable elements.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each campaign core mutable element. |
| BUDGET | double | The budget for the campaign. |
| DEPLOYED | bit(1) | Flag indicating whether the campaign is deployed. |
| DESCRIPTION | longtext | The description of the campaign. |
| END_DATE_TIME_INCLUSIVE_ITEM | datetime | The end date and time of the campaign. |
| FULFILLMENT_SERVICE_NAME | varchar(255) | The name of the fulfillment service. |
| IN_SIMULATION | bit(1) | Flag indicating whether the campaign is in simulation. |
| NAME | varchar(255) | The name of the campaign. |
| REMOVAL_TIME_SINCE_EPOCH_IN 0 | bigint(20) | The removal time since epoch. |
| START_DATE_TIME_INCLUSIVE_IT_0 | datetime | The start date and time of the campaign. |