Files
touchbase/prisma/migrations/20260502122652_user_name_nullable/migration.sql

3 lines
68 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "User" ALTER COLUMN "name" DROP NOT NULL;