You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTER TABLE dev_omop.omop_custom_concepts.vocabulary ADD CONSTRAINT xpk_vocabulary PRIMARY KEY (vocabulary_id); fails because the ddl vocabulary_id not declared NOT NULL in DDL.
The text was updated successfully, but these errors were encountered:
ALTER TABLE dev_omop.omop_custom_concepts.vocabulary ADD CONSTRAINT xpk_vocabulary PRIMARY KEY (vocabulary_id); fails because the ddl vocabulary_id not declared NOT NULL in DDL.
The text was updated successfully, but these errors were encountered: