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

3 lines
68 B
SQL

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