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,9 @@
--------------------------------------------------------
-- Constraints for Table SYSTEM_ROLE
--------------------------------------------------------
ALTER TABLE "ENVX_OPER"."SYSTEM_ROLE" MODIFY ("ID_APEX_ROLE" NOT NULL ENABLE);
ALTER TABLE "ENVX_OPER"."SYSTEM_ROLE" MODIFY ("ID_ROLE" NOT NULL ENABLE);
ALTER TABLE "ENVX_OPER"."SYSTEM_ROLE" MODIFY ("IDM_GROUP" NOT NULL ENABLE);
ALTER TABLE "ENVX_OPER"."SYSTEM_ROLE" ADD CONSTRAINT "PK_SYSTEM_ROLE" PRIMARY KEY ("ID_ROLE")
USING INDEX "ENVX_OPER"."PK_SYSTEM_ROLE" ENABLE;