ITERATION_STATISTICS
Description
This table stores information about the iteration statistics.
Columns
Column Name | Data Type | Description |
ID | bigint | The unique identifier of the iteration statistics. |
CUSTOMER_STATISTICS_ITERATIO_0 | bigint | The ID of the customer statistics. |
OFFER_STATISTICS_ITERATION_S_0 | bigint | The ID of the offer statistics. |
Foreign Key Relationships
- CUSTOMER_STATISTICS_ITERATIO_0 references CUSTOMER_STATISTICS (ID)
- OFFER_STATISTICS_ITERATION_S_0 references OFFER_STATISTICS (ID)
Constraints
- PRIMARY KEY (ID)
- KEY (CUSTOMER_STATISTICS_ITERATIO_0)
- KEY (OFFER_STATISTICS_ITERATION_S_0)