Primer Commit

This commit is contained in:
2023-06-08 11:55:59 -03:00
commit a269361962
432 changed files with 203156 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
--------------------------------------------------------
-- DDL for Index XPKPRESET_ENV_GROUP
--------------------------------------------------------
CREATE UNIQUE INDEX "ENVX_OPER"."XPKPRESET_ENV_GROUP" ON "ENVX_OPER"."PRESET_ENV_GROUP" ("ID_PRESET_GROUP", "PRESET_GROUP_ALIAS")
PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
TABLESPACE "APEX_3800503980117141" ;