CommonDataModel icon indicating copy to clipboard operation
CommonDataModel copied to clipboard

Hive DDL Vocabulary Primary Key Constraint fails

Open don-torok opened this issue 8 months ago • 0 comments

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.

don-torok avatar Jun 07 '24 20:06 don-torok