Primer Commit
This commit is contained in:
8
DB/CONSTRAINTS/VERSION_REPOSITORY_DET.sql
Normal file
8
DB/CONSTRAINTS/VERSION_REPOSITORY_DET.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--------------------------------------------------------
|
||||
-- Constraints for Table VERSION_REPOSITORY_DET
|
||||
--------------------------------------------------------
|
||||
|
||||
ALTER TABLE "ENVX_OPER"."VERSION_REPOSITORY_DET" MODIFY ("ID_REPOSITORY_DET" NOT NULL ENABLE);
|
||||
ALTER TABLE "ENVX_OPER"."VERSION_REPOSITORY_DET" ADD CONSTRAINT "VERSION_REPOSITORY_DET_PK" PRIMARY KEY ("ID_REPOSITORY_DET")
|
||||
USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
|
||||
TABLESPACE "APEX_3800503980117141" ENABLE;
|
||||
Reference in New Issue
Block a user