Files
2025-11-06 12:17:49 +07:00

3 lines
163 B
SQL

-- Modify "Person" table
ALTER TABLE "public"."Person" ADD COLUMN "CommunicationIssueStatus" boolean NULL, ADD COLUMN "Disabillity" character varying(100) NULL;