cal.pub0.org/packages/prisma/migrations/20210709231256_add_user_theme/migration.sql

3 lines
63 B
MySQL
Raw Normal View History

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