ANALYTICS_RUN_VERSION
Description
This table stores information about analytics run versions.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each analytics run version. |
| FINAL_ELEMENTS_ANALYTICS_RUN_0 | bigint(20) | Foreign key referencing the RECOMMENDATION_FINAL_ELEMENTS table. |
| SCHEDULE_ANALYTICS_RUN_DRAFT_0 | bigint(20) | Foreign key referencing the ANALYTICS_RUN_SCHEDULE table. |
Foreign Key Relationships
- FINAL_ELEMENTS_ANALYTICS_RUN_0 references RECOMMENDATION_FINAL_ELEMENTS(ID)
- SCHEDULE_ANALYTICS_RUN_DRAFT_0 references ANALYTICS_RUN_SCHEDULE(ID)