RECOMMENDATION_RULE_CORE
Description
This table stores the core rules for recommendations.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the recommendation rule core. |
| DESCRIPTION | varchar | The description of the recommendation rule core. |
| FEED_NAME | varchar | The name of the feed associated with the recommendation rule core. |
| NAME | varchar | The name of the recommendation rule core. |
| RULE_ID | varchar | The ID of the recommendation rule core. |
| PRIORITY | int | The priority of the recommendation rule core. |
| RUN_ID | varchar | The ID of the run associated with the recommendation rule core. |
| TARGET_ENTITY_UEL_EXPRESSION | longtext | The UEL expression for the target entity of the recommendation rule core. |
| VERSION | int | The version of the recommendation rule core. |
Constraints
- UNIQUE constraint on (RUN_ID, VERSION, RULE_ID)