feat (crud): add person, person-contact, person-address

This commit is contained in:
dpurbosakti
2025-08-25 14:07:14 +07:00
parent c3132fe2b7
commit 280d373576
45 changed files with 2536 additions and 49 deletions
@@ -0,0 +1,2 @@
-- Modify "PersonContact" table
ALTER TABLE "public"."PersonContact" ALTER COLUMN "Type_Code" TYPE character varying(15);