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:38 -05:00
parent b7b98c6c95
commit 183e42b552
1 changed files with 1 additions and 1 deletions

View File

@ -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,