OFFER_ID_AND_STATISTICS

Description

This table stores the relationship between offer IDs and statistics.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the relationship.
OFFER_ID varchar The ID of the offer.
STATISTICS OFFER_ID_AND_STA_0 bigint The foreign key referencing the ID column of the OFFER_STATISTICS table.
OFFER_ID_AND_STATISTICS_EXPE_0 bigint The foreign key referencing the ID column of the EXPERIMENT_STATISTICS table.
OFFER_ID_AND_STATISTICS_HJOR_0 int The order of the offer in the hierarchy.
OFFER_ID_AND_STATISTICS_MARK_0 bigint The foreign key referencing the ID column of the MARKETING_ROBOT_STATISTICS table.
OFFER_ID_AND_STATISTICS_CUST_0 bigint The foreign key referencing the ID column of the CUSTOMER_TARGET_GROUP table.
OFFER_ID_AND_STATISTICS_ITER_0 bigint The foreign key referencing the ID column of the ITERATION_STATISTICS table.

Foreign Key Relationships

  • STATISTICS OFFER_ID_AND_STA_0 references OFFER_STATISTICS (ID)
  • OFFER_ID_AND_STATISTICS_EXPE_0 references EXPERIMENT_STATISTICS (ID)
  • OFFER_ID_AND_STATISTICS_MARK_0 references MARKETING_ROBOT_STATISTICS (ID)
  • OFFER_ID_AND_STATISTICS_CUST_0 references CUSTOMER_TARGET_GROUP (ID)
  • OFFER_ID_AND_STATISTICS_ITER_0 references ITERATION_STATISTICS (ID)