Skip to content

Commit

Permalink
Merge pull request #1503 from lewis738/patch-1
Browse files Browse the repository at this point in the history
Fixed an error: Line 90, an L is missing,
  • Loading branch information
tompollard authored Mar 18, 2023
2 parents 81deb22 + ae05dc9 commit 193da44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimic-iv/buildmimic/mysql/load.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ LOAD DATA LOCAL INFILE 'admissions.csv' INTO TABLE admissions

DROP TABLE IF EXISTS caregiver;
CREATE TABLE caregiver ( -- rows=454324
caregiver_id INT NOT NUL
caregiver_id INT NOT NULL
)
CHARACTER SET = UTF8MB4;

Expand Down

0 comments on commit 193da44

Please sign in to comment.