explit/prisma/migrations/20220214095543_theme/migration.sql

3 lines
58 B
SQL

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