Primer Commit
This commit is contained in:
7
DB/CONSTRAINTS/VERSION_REPOSITORY.sql
Normal file
7
DB/CONSTRAINTS/VERSION_REPOSITORY.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--------------------------------------------------------
|
||||
-- Constraints for Table VERSION_REPOSITORY
|
||||
--------------------------------------------------------
|
||||
|
||||
ALTER TABLE "ENVX_OPER"."VERSION_REPOSITORY" MODIFY ("ID_REPOSITORY" NOT NULL ENABLE);
|
||||
ALTER TABLE "ENVX_OPER"."VERSION_REPOSITORY" ADD CONSTRAINT "PK_VERSION_REPOSITORY" PRIMARY KEY ("ID_REPOSITORY")
|
||||
USING INDEX "ENVX_OPER"."PK_VERSION_REPOSITORY" ENABLE;
|
||||
Reference in New Issue
Block a user