CAMPAIGN_TEMPLATE

Description

This table stores the templates of a campaign, including their description, name, and associated immutable elements.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the campaign template.
DESCRIPTION longtext The description of the template.
NAME varchar The name of the template.
IMMUTABLE_ELEMENTS_CAMPAIGN 1 bigint The ID of the campaign immutable element associated with the template.

Primary Key

  • ID

Unique Key

  • NAME

Foreign Key Relationship

  • IMMUTABLE_ELEMENTS_CAMPAIGN 1 references CAMPAIGN_IMMUTABLE_ELEMENTS(ID)