pstream-backend/prisma/migrations/20250310203903_add_ratings_column/migration.sql
2025-03-11 00:03:18 -05:00

2 lines
88 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "ratings" JSONB NOT NULL DEFAULT '{}';