Skip to content

Commit ae05dc9

Browse files
authored
Fixed an error: Line 90, an L is missing,
Add an L into Line 90, The missing L causes syntax error
1 parent 81deb22 commit ae05dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/buildmimic/mysql/load.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ LOAD DATA LOCAL INFILE 'admissions.csv' INTO TABLE admissions
8787

8888
DROP TABLE IF EXISTS caregiver;
8989
CREATE TABLE caregiver ( -- rows=454324
90-
caregiver_id INT NOT NUL
90+
caregiver_id INT NOT NULL
9191
)
9292
CHARACTER SET = UTF8MB4;
9393

0 commit comments

Comments
 (0)