RECOMMENDATION_RULE_CORE_BASE

Description

This table stores the base rules for recommendation cores.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the recommendation rule core base.
DESCRIPTION varchar The description of the recommendation rule core base.
FEED_NAME varchar The name of the feed associated with the recommendation rule core base.
NAME varchar The name of the recommendation rule core base.
RULE_ID varchar The ID of the recommendation rule core base.
PRIORITY int The priority of the recommendation rule core base.
RUN_ID varchar The ID of the run associated with the recommendation rule core base.
TARGET_ENTITY_UEL_EXPRESSION longtext The UEL expression for the target entity of the recommendation rule core base.
VERSION int The version of the recommendation rule core base.

Constraints

  • UNIQUE constraint on (RUN_ID, VERSION, RULE_ID)