Merge branch 'cdm_v6' of https://github.com/OHDSI/CommonDataModel into cdm_v6

This commit is contained in:
clairblacketer 2018-10-03 10:16:15 -04:00
commit b43e419ff2
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