Skip to content

Commit b52db56

Browse files
authored
Increase admissions language length for postgres schema
1 parent e58ecab commit b52db56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/buildmimic/postgres/create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CREATE TABLE mimiciv_hosp.admissions
3232
admission_location VARCHAR(60),
3333
discharge_location VARCHAR(60),
3434
insurance VARCHAR(255),
35-
language VARCHAR(10),
35+
language VARCHAR(25),
3636
marital_status VARCHAR(30),
3737
race VARCHAR(80),
3838
edregtime TIMESTAMP,

0 commit comments

Comments
 (0)