Merge branch 'cdm_v6' of https://github.com/OHDSI/CommonDataModel into cdm_v6

This commit is contained in:
clairblacketer 2018-09-27 11:47:20 -04:00
commit 7736b307e4
1 changed files with 0 additions and 1 deletions

View File

@ -451,7 +451,6 @@ CREATE TABLE note
note_id BIGINT NOT NULL , note_id BIGINT NOT NULL ,
person_id BIGINT NOT NULL , person_id BIGINT NOT NULL ,
note_event_id BIGINT NULL , note_event_id BIGINT NULL ,
note_event_domain_id VARCHAR(20) NULL ,
note_event_field_concept_id INTEGER NULL , note_event_field_concept_id INTEGER NULL ,
note_date DATE NULL , note_date DATE NULL ,
note_datetime DATETIME2 NOT NULL , note_datetime DATETIME2 NOT NULL ,