CAMPAIGN_VERSION

Description

This table stores the versions of a campaign, including their associated final elements and immutable elements.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the campaign version.
FINAL_ELEMENTS_CAMPAIGN_VERS_0 bigint The ID of the final elements campaign version associated with the campaign version.
IMMUTABLE_ELEMENTS_CAMPAIGN 2 bigint The ID of the campaign immutable element associated with the campaign version.

Primary Key

  • ID

Foreign Key Relationships

  • FINAL_ELEMENTS_CAMPAIGN_VERS_0 references CAMPAIGN_FINAL_ELEMENTS(ID)
  • IMMUTABLE_ELEMENTS_CAMPAIGN 2 references CAMPAIGN_IMMUTABLE_ELEMENTS(ID)