EXPERIMENT_CONSTRAINT_WITH_O_0

Description

This table stores the constraints with offer IDs for each experiment.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each record in the table.
ALLOW_SAME_OFFER_TO_BE_SENT 0 bit Indicates whether the same offer can be sent multiple times in the experiment.
MAX_NUM_OFFERS_PER_CUSTOMER smallint The maximum number of offers that can be sent to a single customer in the experiment.
MAX_NUM_OFFERS_PER_EXPERIMENT smallint The maximum number of offers that can be sent in the experiment.

Constraints

  • PRIMARY KEY (ID)