jws-backend/prisma/migrations/20240823033311_add_field/migration.sql
2024-08-23 10:33:53 +07:00

8 lines
256 B
SQL

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