Updated place_of_service_concept_id to not null
This commit is contained in:
parent
7b11ba434c
commit
b5028c3d84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue