CAMPAIGN_CORE_IMMUTABLE_ELEM_0

Description

This table stores information about campaign core immutable elements.

Columns

Column Name Data Type Description
ID bigint(20) Primary key, unique identifier for each campaign core immutable element.
GLOBAL_CONTACT_POLICY_CAMPAI_0 bigint(20) Foreign key referencing the CONTACT_POLICY table.
PER_USER_CONTACT_POLICY_CAMP_0 bigint(20) Foreign key referencing the CONTACT_POLICY table.
TRIGGER_CONDITION_CAMPAIGN_C_0 bigint(20) Foreign key referencing the TRIGGER_CONDITION table.

Foreign Key Relationships

  • GLOBAL_CONTACT_POLICY_CAMPAI_0 references CONTACT_POLICY(ID)
  • PER_USER_CONTACT_POLICY_CAMP_0 references CONTACT_POLICY(ID)
  • TRIGGER_CONDITION_CAMPAIGN_C_0 references TRIGGER_CONDITION(ID)