Remove datetime from OBSERVATION_PERIOD
This commit is contained in:
parent
2363a59799
commit
9ca406c0db
|
@ -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
|
||||
)
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue