Files
setrip/prisma/migrations/20260508120000_add_profile_vibe/migration.sql
T

6 lines
143 B
SQL

-- CreateEnum
CREATE TYPE "Vibe" AS ENUM ('CHILL', 'BALANCED', 'HARDCORE');
-- AlterTable
ALTER TABLE "UserProfile" ADD COLUMN "vibe" "Vibe";