feat: add code customer field

This commit is contained in:
Methapon Metanipat 2024-08-23 10:33:53 +07:00
parent 03d25219c1
commit fffd20ea0f
3 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,8 @@
/*
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;