Updated place_of_service_concept_id to not null

This commit is contained in:
clairblacketer 2018-10-02 15:56:21 -04:00 committed by GitHub
parent 7b11ba434c
commit b5028c3d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ create table care_site
(
care_site_id INT64 not null ,
care_site_name STRING null ,
place_of_service_concept_id INT64 null ,
place_of_service_concept_id INT64 not null ,
location_id INT64 null ,
care_site_source_value STRING null ,
place_of_service_source_value STRING null