Skip to content

Commit

Permalink
Merge pull request #1776 from MB-Finski/patch-1
Browse files Browse the repository at this point in the history
Increase admissions language length for postgres schema
  • Loading branch information
alistairewj authored Aug 17, 2024
2 parents 2a9ffff + b52db56 commit 54bfe2a
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 54bfe2a

Please sign in to comment.