From c412304d22c0282bee95306f0aba2e45a4b63e0f Mon Sep 17 00:00:00 2001 From: kan7003 Date: Tue, 3 Jan 2017 21:37:59 -0500 Subject: [PATCH] Changed the column name from datetime_of_birth to birth_datetime to stick with the new naming convention. --- Sql Server/OMOP CDM ddl - SQL Server.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sql Server/OMOP CDM ddl - SQL Server.sql b/Sql Server/OMOP CDM ddl - SQL Server.sql index 2b30a0e..0a89120 100644 --- a/Sql Server/OMOP CDM ddl - SQL Server.sql +++ b/Sql Server/OMOP CDM ddl - SQL Server.sql @@ -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,