diff --git a/Sql Server/OMOP CDM sql server ddl.txt b/Sql Server/OMOP CDM sql server ddl.txt index 61f3848..0bfc7c5 100644 --- a/Sql Server/OMOP CDM sql server ddl.txt +++ b/Sql Server/OMOP CDM sql server ddl.txt @@ -451,7 +451,6 @@ CREATE TABLE note note_id BIGINT NOT NULL , person_id BIGINT NOT NULL , note_event_id BIGINT NULL , - note_event_domain_id VARCHAR(20) NULL , note_event_field_concept_id INTEGER NULL , note_date DATE NULL , note_datetime DATETIME2 NOT NULL ,