RECOMMENDATION_RULE_VERSION
Description
This table stores the version information of recommendation rules.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the recommendation rule version. |
| DESCRIPTION | varchar | The description of the recommendation rule version. |
| FEED_NAME | varchar | The name of the feed associated with the recommendation rule version. |
| NAME | varchar | The name of the recommendation rule version. |
| RULE_ID | varchar | The ID of the rule associated with the recommendation rule version. |
| AUDIENCE_CONDITION_RECOMM_0 | bigint | The audience condition recommendation value. |
| FINAL_ELEMENTS_RECOMMENDATIO_0 | bigint | The final elements recommendation value. |
| RULES_ANALYTICS_RUN_VERSION_0 | bigint | The analytics run version value. |
| RULES_HJORDER | int | The HJORDER value of the recommendation rule version. |
Foreign Key Relationships
- RULES_ANALYTICS_RUN_VERSION_0 references ANALYTICS_RUN_VERSION(ID)
- AUDIENCE_CONDITION_RECOMM_0 references AUDIENCE_CONDITION(ID)
- FINAL_ELEMENTS_RECOMMENDATIO_0 references RECOMMENDATION_FINAL_ELEMENTS(ID)