Primer Commit
This commit is contained in:
6
DB/REF_CONSTRAINTS/VERSION_REPOSITORY_DET.sql
Normal file
6
DB/REF_CONSTRAINTS/VERSION_REPOSITORY_DET.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--------------------------------------------------------
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user