Files
test/prisma/migrations/20251106070303_make_provider_optional/migration.sql
T
2025-11-06 16:40:32 +03:00

3 lines
75 B
SQL

-- AlterTable
ALTER TABLE "Account" ALTER COLUMN "provider" DROP NOT NULL;