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

3 lines
58 B
MySQL
Raw Normal View History

2022-02-14 11:47:08 +01:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "theme" TEXT;