index

Table T_NOTIFICACION_PLANTILLAS

Plantillas de notificaciones push

Columns
Name Type Optional Default Comments
ID_APLICACION VARCHAR2(5)     Identificador de la aplicacion
ID_PLANTILLA VARCHAR2(10)     Identificador de la plantilla
NOMBRE VARCHAR2(100) Y   Nombre de la plantilla
ACTIVO VARCHAR2(1)   'N' La plantilla esta activa? (S/N)
DETALLE VARCHAR2(2000) Y   Detalles adicionales de la plantilla
PLANTILLA CLOB     Plantilla para las notificaciones push de la aplicación

Primary Key
Name Columns
PK_NOTIFICACION_PLANTILLAS ID_APLICACION,ID_PLANTILLA

Foreign Keys
Name Columns Referencing Table Columns
FK_NOTIFICACION_PLANTILLAS_APLICACIONES ID_APLICACION T_APLICACIONES ID_APLICACION

Check Constraints
Name Condition
CK_NOTIFICACION_PLANTILLAS_ACTIVO ACTIVO IN ('S', 'N')

Indexes
Name Columns Type
PK_NOTIFICACION_PLANTILLAS ID_APLICACION,ID_PLANTILLA Unique