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.
1 parent 8010a01 commit fb54056Copy full SHA for fb54056
mimic-ed/buildmimic/postgres/create.sql
@@ -45,8 +45,7 @@ CREATE TABLE mimic_ed.edstays
45
hadm_id INT,
46
stay_id INT NOT NULL,
47
intime TIMESTAMP(0) NOT NULL,
48
- outtime TIMESTAMP(0) NOT NULL,
49
- CONSTRAINT edstays_stayid_unique UNIQUE (stay_id)
+ outtime TIMESTAMP(0) NOT NULL
50
) ;
51
52
--------------------------------------------------------
0 commit comments