Changed the column name from datetime_of_birth to birth_datetime to stick with the new naming convention.
This commit is contained in:
parent
183e42b552
commit
c412304d22
|
@ -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 DATETIME2 NULL,
|
birth_datetime DATETIME2 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,
|
||||||
|
|
Loading…
Reference in New Issue