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:59 -05:00
parent 183e42b552
commit c412304d22
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 DATETIME2 NULL,
birth_datetime DATETIME2 NULL,
race_concept_id INTEGER NOT NULL,
ethnicity_concept_id INTEGER NOT NULL,
location_id INTEGER NULL,