We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839ccb commit 3e93b31Copy full SHA for 3e93b31
mimic-iv/buildmimic/duckdb/import_duckdb.sh
@@ -378,7 +378,7 @@ CREATE TABLE mimic_hosp.prescriptions
378
subject_id INTEGER NOT NULL,
379
hadm_id INTEGER NOT NULL,
380
pharmacy_id INTEGER NOT NULL,
381
- poe_id INTEGER,
+ poe_id VARCHAR(25),
382
poe_seq INTEGER,
383
starttime TIMESTAMP,
384
stoptime TIMESTAMP,
mimic-iv/buildmimic/mysql/load.sql
@@ -860,7 +860,7 @@ CREATE TABLE prescriptions ( -- rows=17021399
860
subject_id INT UNSIGNED NOT NULL,
861
hadm_id INT UNSIGNED NOT NULL,
862
pharmacy_id INT UNSIGNED NOT NULL,
863
- poe_id INT UNSIGNED,
864
poe_seq INT UNSIGNED,
865
starttime DATETIME,
866
stoptime DATETIME,
0 commit comments