We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 189ded0 + 70ae31b commit 23e7e8dCopy full SHA for 23e7e8d
mimic-iv/buildmimic/postgres/create.sql
@@ -12,6 +12,8 @@ DROP SCHEMA IF EXISTS mimic_hosp CASCADE;
12
CREATE SCHEMA mimic_hosp;
13
DROP SCHEMA IF EXISTS mimic_icu CASCADE;
14
CREATE SCHEMA mimic_icu;
15
+DROP SCHEMA IF EXISTS mimic_derived CASCADE;
16
+CREATE SCHEMA mimic_derived;
17
18
---------------------
19
-- Creating tables --
0 commit comments