Remove datetime from OBSERVATION_PERIOD

This commit is contained in:
clairblacketer 2017-06-21 09:44:18 -04:00 committed by GitHub
parent 2363a59799
commit 9ca406c0db
1 changed files with 1 additions and 3 deletions

View File

@ -254,10 +254,8 @@ CREATE TABLE observation_period
observation_period_id INTEGER NOT NULL ,
person_id INTEGER NOT NULL ,
observation_period_start_date DATE NOT NULL ,
observation_period_start_datetime TIMESTAMP WITH TIME ZONE NOT NULL ,
observation_period_end_date DATE NOT NULL ,
observation_period_end_datetime TIMESTAMP WITH TIME ZONE NOT NULL ,
period_type_concept_id INTEGER NOT NULL
period_type_concept_id INTEGER NOT NULL
)
;