jws-backend/prisma/migrations/20240916070025_make_field_optional/migration.sql

3 lines
86 B
MySQL
Raw Permalink Normal View History

2024-09-16 14:00:46 +07:00
-- AlterTable
ALTER TABLE "CustomerBranch" ALTER COLUMN "customerName" DROP NOT NULL;