handle ss migration, tested
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- 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
|
||||
);
|
||||
@@ -0,0 +1,2 @@
|
||||
h1:dPpFMJ+ZSlHizKRHShYcjJZJNZXi4UuZXZUHME8zPb4=
|
||||
20250911060006.sql h1:G3YiyY/tCTZijQWqyvyDAaMVCFkhh/gD3v/1gz/eBb8=
|
||||
Reference in New Issue
Block a user