CONSTRAINTS_SPECIFICATION

Description

This table stores the specifications for constraints.

Columns

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

Foreign Key Relationships

None