Files
oper/DB/REF_CONSTRAINTS/VERSION_REPOSITORY_DET.sql

7 lines
366 B
MySQL
Raw Permalink Normal View History

2023-06-08 11:55:59 -03:00
--------------------------------------------------------
-- Ref Constraints for Table VERSION_REPOSITORY_DET
--------------------------------------------------------
ALTER TABLE "ENVX_OPER"."VERSION_REPOSITORY_DET" ADD CONSTRAINT "VERSION_REPOSITORY_DET_FK1" FOREIGN KEY ("ID_REPOSITORY")
REFERENCES "ENVX_OPER"."VERSION_REPOSITORY" ("ID_REPOSITORY") ENABLE;