remove double quotes for offset field

This commit is contained in:
Michael Schmidt 2022-02-25 13:22:31 -06:00
parent af1effdedc
commit 1c41f3e330
No known key found for this signature in database
GPG Key ID: FDB7DD79CD6E8438
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ create table @cdmDatabaseSchema.note_nlp (
note_id INT64 not null,
section_concept_id INT64,
snippet STRING,
"offset" STRING,
offset STRING,
lexical_variant STRING not null,
note_nlp_concept_id INT64,
note_nlp_source_concept_id INT64,