Skip to content

Commit 26da326

Browse files
authored
Merge pull request #2041 from BreadFeet/patch-2
Revise comment for HADM_ID column in ADMISSIONS table
2 parents c110721 + 187cbbb commit 26da326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mimic-iii/buildmimic/postgres/postgres_add_comments.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ COMMENT ON COLUMN ADMISSIONS.ROW_ID is
5757
COMMENT ON COLUMN ADMISSIONS.SUBJECT_ID is
5858
'Foreign key. Identifies the patient.';
5959
COMMENT ON COLUMN ADMISSIONS.HADM_ID is
60-
'Primary key. Identifies the hospital stay.';
60+
'Identifies the hospital stay.';
6161
COMMENT ON COLUMN ADMISSIONS.ADMITTIME is
6262
'Time of admission to the hospital.';
6363
COMMENT ON COLUMN ADMISSIONS.DISCHTIME is

0 commit comments

Comments
 (0)