From 4a343dd8b3ef60b345d1c619b0fe423a74c18a2d Mon Sep 17 00:00:00 2001 From: Chris Davidson Date: Thu, 20 Nov 2014 13:15:16 -0500 Subject: [PATCH] Update OMOP CDM ddl - SQL Server.sql --- Sql Server/OMOP CDM ddl - SQL Server.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Sql Server/OMOP CDM ddl - SQL Server.sql b/Sql Server/OMOP CDM ddl - SQL Server.sql index 04a4269..903afdf 100644 --- a/Sql Server/OMOP CDM ddl - SQL Server.sql +++ b/Sql Server/OMOP CDM ddl - SQL Server.sql @@ -28,10 +28,12 @@ script to create OMOP common data model, version 5.0 for SQL Server database -last revised: 12 Oct 2014 +last revised: 20 NOV 2014 author: Patrick Ryan +Updated cdm_source table column vocabulary_version from VARCHAR(20) to VARCHAR(255), +subsequently aligning with the vocabulary table and vocabulary_name length- CD *************************/ @@ -203,7 +205,7 @@ CREATE TABLE cdm_source source_release_date DATE NULL, cdm_release_date DATE NULL, cdm_version VARCHAR(10) NULL, - vocabulary_version VARCHAR(20) NULL + vocabulary_version VARCHAR(255) NULL ) ;