add newbornstatus into patient

This commit is contained in:
dpurbosakti
2025-10-07 09:29:17 +07:00
parent 33fcedae50
commit 7bd2a5105d
3 changed files with 39 additions and 35 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Patient" table
ALTER TABLE "public"."Patient" ADD COLUMN "NewBornStatus" boolean NULL;