OPT_IN_OFFER_CONFIGURATION

Description

This table stores the configuration for opt-in offers.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the configuration.
DESTINATION varchar The destination of the opt-in offer.
TIMEOUT_OPT_IN_OFFER_CONFIGU_0 bigint The foreign key referencing the ID column of the ACTION_DURATION table.
TIMEOUT_SIDE_EFFECT_OPT_IN_O_0 bigint The foreign key referencing the ID column of the ACTION_DURATION table.

Foreign Key Relationships

  • TIMEOUT_OPT_IN_OFFER_CONFIGU_0 references ACTION_DURATION (ID)