remove double quotes for offset field
This commit is contained in:
parent
af1effdedc
commit
1c41f3e330
|
@ -228,7 +228,7 @@ create table @cdmDatabaseSchema.note_nlp (
|
||||||
note_id INT64 not null,
|
note_id INT64 not null,
|
||||||
section_concept_id INT64,
|
section_concept_id INT64,
|
||||||
snippet STRING,
|
snippet STRING,
|
||||||
"offset" STRING,
|
offset STRING,
|
||||||
lexical_variant STRING not null,
|
lexical_variant STRING not null,
|
||||||
note_nlp_concept_id INT64,
|
note_nlp_concept_id INT64,
|
||||||
note_nlp_source_concept_id INT64,
|
note_nlp_source_concept_id INT64,
|
||||||
|
|
Loading…
Reference in New Issue