FEEDBACK_STATISTICS_BASE
Description
This table stores the base statistics for feedback.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each record in the table. |
| FEEDBACK_END_DATE_TIME_ITEM | datetime | The end date and time of the feedback item. |
| FEEDBACK_START_DATE_TIME_ITEM | datetime | The start date and time of the feedback item. |
| NUM_POSITIVE_FEEDBACKS | int | The number of positive feedbacks. |
| NUM_RECOMMENDATIONS | int | The number of recommendations. |
| POSITIVE_FEEDBACK_RATE | double | The rate of positive feedbacks. |
| TARGET_ENTITY_UEL_EXPRESSION | longtext | The UEL expression for the target entity. |
Constraints
- PRIMARY KEY (ID)