Add constraint FK and remove

ALTER TABLE IXU_MEMBERSHIP_HISTORY DROP CONSTRAINT FK_IXU_MEMBERSHIP_HISTORY;

ALTER TABLE IXU_MEMBERSHIP_HISTORY
ADD CONSTRAINT FK_IXU_MEMBERSHIP_HISTORY
FOREIGN KEY (MEMBERSHIP_TYPE_ID)
    REFERENCES IXU_MEMBERSHIP_TYPE(ID)

Comments

Popular posts from this blog

Fixing the DeepSpeed Import Error While Fine-Tuning the Qwen Model

Amazon Linux 2023 - User data configuration for launch templates to connect to the EKS cluster

How to create ISM policy and rotate logs in opensearch