Primer Commit
This commit is contained in:
7
DB/INDEXES/REPOSITORY_ACTION_UK1.sql
Normal file
7
DB/INDEXES/REPOSITORY_ACTION_UK1.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--------------------------------------------------------
|
||||
-- DDL for Index REPOSITORY_ACTION_UK1
|
||||
--------------------------------------------------------
|
||||
|
||||
CREATE UNIQUE INDEX "ENVX_OPER"."REPOSITORY_ACTION_UK1" ON "ENVX_OPER"."REPOSITORY_ACTION" ("ID_REPOSITORY", "ACTION_NAME", "ACTION_RESULT")
|
||||
PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
|
||||
TABLESPACE "APEX_3800503980117141" ;
|
||||
Reference in New Issue
Block a user