Files
oper/DB/INDEXES/REPOSITORY_ACTION_UK1.sql

8 lines
395 B
MySQL
Raw Normal View History

2023-06-08 11:55:59 -03:00
--------------------------------------------------------
-- 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" ;