feat: add steam review fields to games schema

This commit is contained in:
2026-04-30 18:46:18 +08:00
parent bce1e812b5
commit 5dfd8db578
4 changed files with 1776 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
ALTER TABLE "games" ADD COLUMN "steam_review_score" integer;--> statement-breakpoint
ALTER TABLE "games" ADD COLUMN "steam_review_sentiment" text;--> statement-breakpoint
ALTER TABLE "games" ADD COLUMN "steam_review_count" integer;