Files
simrsx-be/cmd/satusehat-migration/migrations/20250911060006.sql
T
2025-09-11 13:02:57 +07:00

10 lines
231 B
SQL

-- Create "Patient" table
CREATE TABLE "public"."Patient" (
"ResourceType" text NULL,
"Active" boolean NULL,
"Gender" text NULL,
"BirthDate" text NULL,
"DeceasedBool" boolean NULL,
"MultipleBirthInteger" bigint NULL
);