From ed57fca5876dfde99475a5db47fadf1c50a71796 Mon Sep 17 00:00:00 2001 From: b <> Date: Wed, 19 Mar 2025 09:23:51 +0000 Subject: [PATCH] review updates --- schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.md b/schema.md index a942405..8e2f313 100644 --- a/schema.md +++ b/schema.md @@ -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)