sinProject-Inc/talk

View on GitHub
prisma/migrations/20230601141550_607_theme/migration.sql

Summary

Maintainability
Test Coverage
-- AlterTable
ALTER TABLE `User` ADD COLUMN `theme` ENUM('system', 'light', 'dark') NOT NULL DEFAULT 'system';