diff --git a/mimic-iii/buildmimic/postgres/postgres_add_comments.sql b/mimic-iii/buildmimic/postgres/postgres_add_comments.sql index 60f070a4b..60b6312dd 100644 --- a/mimic-iii/buildmimic/postgres/postgres_add_comments.sql +++ b/mimic-iii/buildmimic/postgres/postgres_add_comments.sql @@ -57,7 +57,7 @@ COMMENT ON COLUMN ADMISSIONS.ROW_ID is COMMENT ON COLUMN ADMISSIONS.SUBJECT_ID is 'Foreign key. Identifies the patient.'; COMMENT ON COLUMN ADMISSIONS.HADM_ID is - 'Primary key. Identifies the hospital stay.'; + 'Identifies the hospital stay.'; COMMENT ON COLUMN ADMISSIONS.ADMITTIME is 'Time of admission to the hospital.'; COMMENT ON COLUMN ADMISSIONS.DISCHTIME is