jws-backend/prisma/migrations/20240821095242_add_missing_field/migration.sql

9 lines
254 B
MySQL
Raw Permalink Normal View History

2024-08-21 16:52:59 +07:00
/*
Warnings:
- Added the required column `contactName` to the `CustomerBranch` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "CustomerBranch" ADD COLUMN "contactName" TEXT NOT NULL;