Skip to content

Commit

Permalink
Increase admissions language length for postgres schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MB-Finski authored Aug 8, 2024
1 parent e58ecab commit b52db56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimic-iv/buildmimic/postgres/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE TABLE mimiciv_hosp.admissions
admission_location VARCHAR(60),
discharge_location VARCHAR(60),
insurance VARCHAR(255),
language VARCHAR(10),
language VARCHAR(25),
marital_status VARCHAR(30),
race VARCHAR(80),
edregtime TIMESTAMP,
Expand Down

0 comments on commit b52db56

Please sign in to comment.