fix: missing fields

This commit is contained in:
Methapon Metanipat 2024-09-19 14:06:36 +07:00
parent ed0daff006
commit 065163dac8
3 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,9 @@
/*
Warnings:
- Added the required column `citizenId` to the `CustomerBranchCitizen` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "CustomerBranchCitizen" ADD COLUMN "birthDate" DATE,
ADD COLUMN "citizenId" TEXT NOT NULL;