jws-backend/prisma/migrations/20240916070025_make_field_optional/migration.sql
2024-09-16 14:00:46 +07:00

2 lines
86 B
SQL

-- AlterTable
ALTER TABLE "CustomerBranch" ALTER COLUMN "customerName" DROP NOT NULL;