RECOMMENDATION_RULE_BASE_WIT_0
Description
This table stores the base rules for recommendations with additional information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the recommendation rule base with additional information. |
| DESCRIPTION | varchar | The description of the recommendation rule base with additional information. |
| FEED_NAME | varchar | The name of the feed associated with the recommendation rule base with additional information. |
| NAME | varchar | The name of the recommendation rule base with additional information. |
| RULE_ID | varchar | The ID of the recommendation rule base with additional information. |
| AUDIENCE_CONDITION_RECOMM_0 | bigint | The identifier of the audience condition associated with the recommendation rule base with additional information. |
| FINAL_ELEMENTS_RECOMMENDATIO_0 | bigint | The identifier of the final element associated with the recommendation rule base with additional information. |
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