jws-backend/prisma/migrations/20240916063118_fix_missing_field/migration.sql
Methapon Metanipat 46c79d50ce fix: missing field
2024-09-16 13:31:47 +07:00

8 lines
256 B
SQL

/*
Warnings:
- Added the required column `customerName` to the `CustomerBranch` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "CustomerBranch" ADD COLUMN "customerName" TEXT NOT NULL;