fix: missing fields
This commit is contained in:
parent
ed0daff006
commit
065163dac8
3 changed files with 16 additions and 3 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue