Primer Commit
This commit is contained in:
14
DB/TABLES/PRESET_ENV_GROUP_MEMBERS.sql
Normal file
14
DB/TABLES/PRESET_ENV_GROUP_MEMBERS.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
--------------------------------------------------------
|
||||
-- DDL for Table PRESET_ENV_GROUP_MEMBERS
|
||||
--------------------------------------------------------
|
||||
|
||||
CREATE TABLE "ENVX_OPER"."PRESET_ENV_GROUP_MEMBERS"
|
||||
( "ID_PRESET_GROUP" NUMBER(*,0),
|
||||
"ID_ENVIROMENT" NUMBER(*,0)
|
||||
) SEGMENT CREATION DEFERRED
|
||||
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
|
||||
NOCOMPRESS LOGGING
|
||||
TABLESPACE "APEX_3800503980117141" ;
|
||||
|
||||
COMMENT ON COLUMN "ENVX_OPER"."PRESET_ENV_GROUP_MEMBERS"."ID_ENVIROMENT" IS 'Identificador del Ambiente para Despliegue';
|
||||
GRANT SELECT ON "ENVX_OPER"."PRESET_ENV_GROUP_MEMBERS" TO "ENVX_AUDIT";
|
||||
Reference in New Issue
Block a user