Organize/prisma/migrations/20260831010000_user_theme/migration.sql

3 lines
58 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "theme" TEXT;