Merge branch 'cdm_v6' of https://github.com/OHDSI/CommonDataModel into cdm_v6
This commit is contained in:
commit
b43e419ff2
|
@ -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