Changed the column name from datetime_of_birth to birth_datetime to stick with the new naming convention.
This commit is contained in:
parent
b7b98c6c95
commit
183e42b552
|
@ -229,7 +229,7 @@ CREATE TABLE person
|
|||
year_of_birth INTEGER NOT NULL ,
|
||||
month_of_birth INTEGER NULL,
|
||||
day_of_birth INTEGER NULL,
|
||||
datetime_of_birth TIMESTAMP NULL,
|
||||
birth_datetime TIMESTAMP NULL,
|
||||
race_concept_id INTEGER NOT NULL,
|
||||
ethnicity_concept_id INTEGER NOT NULL,
|
||||
location_id INTEGER NULL,
|
||||
|
|
Loading…
Reference in New Issue