ANALYTICS_RUN_DRAFT_BASE
Description
This table stores information about analytics run draft bases.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each analytics run draft base. |
| FINAL_ELEMENTS_CAMPAIGN_DRAF_0 | bigint(20) | Foreign key referencing the CAMPAIGN_FINAL_ELEMENTS table. |
| SCHEDULE_ANALYTICS_RUN_DRAFT_0 | bigint(20) | Foreign key referencing the ANALYTICS_RUN_SCHEDULE table. |
Foreign Key Relationships
- FINAL_ELEMENTS_CAMPAIGN_DRAF_0 references CAMPAIGN_FINAL_ELEMENTS(ID)
- SCHEDULE_ANALYTICS_RUN_DRAFT_0 references ANALYTICS_RUN_SCHEDULE(ID)