Changed the column name from datetime_of_birth to birth_datetime to stick with the new naming convention.

This commit is contained in:
kan7003 2017-01-03 21:37:06 -05:00
parent 20a6f4a04f
commit b7b98c6c95
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ CREATE TABLE person
year_of_birth INTEGER NOT NULL , year_of_birth INTEGER NOT NULL ,
month_of_birth INTEGER NULL, month_of_birth INTEGER NULL,
day_of_birth INTEGER NULL, day_of_birth INTEGER NULL,
datetime_of_birth TIMESTAMP WITH TIME ZONE NULL, birth_datetime TIMESTAMP WITH TIME ZONE NULL,
race_concept_id INTEGER NOT NULL, race_concept_id INTEGER NOT NULL,
ethnicity_concept_id INTEGER NOT NULL, ethnicity_concept_id INTEGER NOT NULL,
location_id INTEGER NULL, location_id INTEGER NULL,