RECOMMENDATION_RULE

Description

This table stores the rules for recommendations.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the recommendation rule.
DESCRIPTION varchar The description of the recommendation rule.
FEED_NAME varchar The name of the feed associated with the recommendation rule.
NAME varchar The name of the recommendation rule.
RULE_ID varchar The ID of the recommendation rule.
AUDIENCE_CONDITION_RECOMM_0 bigint The identifier of the audience condition associated with the recommendation rule.
FINAL_ELEMENTS_RECOMMENDATIO_0 bigint The identifier of the final element associated with the recommendation rule.

Foreign Key Relationships

  • AUDIENCE_CONDITION_RECOMM_0 references ID column in AUDIENCE_CONDITION table
  • FINAL_ELEMENTS_RECOMMENDATIO_0 references ID column in RECOMMENDATION_FINAL_ELEMENTS table