review updates

This commit is contained in:
b 2025-03-19 09:23:51 +00:00
parent 995a7b5169
commit ed57fca587

@ -9,7 +9,7 @@ preferably using Cassandra: A distributed NoSQL database
* `kind` (event type, e.g., review, article, comment)
* `tags` (array of keywords or hashtags)
* `content` (text content of the event)
2. **Wine Reviews**:
2. **User Reviews**:
* `event_id` (foreign key referencing the Events table)
* `product_id` (unique identifier for the product, eg `wine_id` or `sake_id`)
* `rating` (numerical rating, e.g., 1-100)