Closed xj2193 closed 3 years ago
These two constraint names are the same:
ALTER TABLE concept_synonym ADD CONSTRAINT fpk_concept_synonym_concept FOREIGN KEY (concept_id) REFERENCES concept (concept_id); ALTER TABLE concept_synonym ADD CONSTRAINT fpk_concept_synonym_concept FOREIGN KEY (language_concept_id) REFERENCES concept (concept_id);
Thanks! I fixed this in the repository I use to develop the CDM https://github.com/OHDSI/CdmDdlBase/blob/master/output/sql%20server/OMOP%20CDM%20sql%20server%20v5_3_1%20constraints.sql#L289
These two constraint names are the same: