Removed note_domain_id from note table

This commit is contained in:
clairblacketer 2018-09-25 14:51:59 -04:00 committed by GitHub
parent 86dbcec3e0
commit fc502396f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -450,7 +450,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 ,