Impala era datetimes
This commit is contained in:
parent
35a4d66037
commit
046feb3fea
|
@ -685,8 +685,8 @@ CREATE TABLE drug_era
|
|||
drug_era_id BIGINT ,
|
||||
person_id BIGINT ,
|
||||
drug_concept_id INTEGER ,
|
||||
drug_era_start_date TIMESTAMP ,
|
||||
drug_era_end_date TIMESTAMP ,
|
||||
drug_era_start_datetime TIMESTAMP ,
|
||||
drug_era_end_datetime TIMESTAMP ,
|
||||
drug_exposure_count INTEGER ,
|
||||
gap_days INTEGER
|
||||
)
|
||||
|
@ -701,8 +701,8 @@ CREATE TABLE dose_era
|
|||
drug_concept_id INTEGER ,
|
||||
unit_concept_id INTEGER ,
|
||||
dose_value FLOAT ,
|
||||
dose_era_start_date TIMESTAMP ,
|
||||
dose_era_end_date TIMESTAMP
|
||||
dose_era_start_datetime TIMESTAMP ,
|
||||
dose_era_end_datetime TIMESTAMP
|
||||
)
|
||||
;
|
||||
|
||||
|
@ -713,8 +713,8 @@ CREATE TABLE condition_era
|
|||
condition_era_id BIGINT ,
|
||||
person_id BIGINT ,
|
||||
condition_concept_id INTEGER ,
|
||||
condition_era_start_date TIMESTAMP ,
|
||||
condition_era_end_date TIMESTAMP ,
|
||||
condition_era_start_datetime TIMESTAMP ,
|
||||
condition_era_end_datetime TIMESTAMP ,
|
||||
condition_occurrence_count INTEGER
|
||||
)
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue