Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smsManager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
smsManager
Commits
ac52fdee
Commit
ac52fdee
authored
Jun 18, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actualizacion schema
parent
d072c593
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
441 additions
and
431 deletions
+441
-431
src/AppBundle/Resources/config/default_reversed_schema.xml
src/AppBundle/Resources/config/default_reversed_schema.xml
+441
-431
No files found.
src/AppBundle/Resources/config/default_reversed_schema.xml
View file @
ac52fdee
<?xml version="1.0" encoding="utf-8"?>
<!--Autogenerated by PropelSchemaReverseTask class.-->
<database
name=
"default"
defaultIdMethod=
"native"
namespace=
"AppBundle\Model"
>
<table
name=
"agente_webcall"
phpName=
"AgenteWebcall"
idMethod=
"native"
>
<column
name=
"awe_id"
phpName=
"AweId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"awe_nombres"
phpName=
"AweNombres"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"awe_rut"
phpName=
"AweRut"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"awe_email"
phpName=
"AweEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"awe_sexo"
phpName=
"AweSexo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"awe_clave"
phpName=
"AweClave"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"awe_estado"
phpName=
"AweEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"awe_eliminado"
phpName=
"AweEliminado"
type=
"CHAR"
size=
"10"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"backend_rol"
phpName=
"BackendRol"
idMethod=
"native"
>
<column
name=
"bro_id"
phpName=
"BroId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"bro_rol"
phpName=
"BroRol"
type=
"VARCHAR"
size=
"30"
required=
"true"
/>
<column
name=
"bro_nombre"
phpName=
"BroNombre"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"backend_usuario"
phpName=
"BackendUsuario"
idMethod=
"native"
>
<column
name=
"bus_id"
phpName=
"BusId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"bus_email"
phpName=
"BusEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"bus_clave"
phpName=
"BusClave"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"bus_nombres"
phpName=
"BusNombres"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"bus_estado"
phpName=
"BusEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"bus_eliminado"
phpName=
"BusEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
defaultValue=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"backendusuario_backendrol"
phpName=
"BackendusuarioBackendrol"
idMethod=
"native"
>
<column
name=
"bro_id"
phpName=
"BroId"
type=
"INTEGER"
primaryKey=
"true"
required=
"true"
/>
<column
name=
"bus_id"
phpName=
"BusId"
type=
"INTEGER"
primaryKey=
"true"
required=
"true"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"backend_rol"
name=
"fk_backendusuario_backendrol"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"bro_id"
foreign=
"bro_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"backend_usuario"
name=
"fk_backendusuario_backendrol2"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"bus_id"
foreign=
"bus_id"
/>
</foreign-key>
<index
name=
"fk_backendusuario_backendrol2"
>
<index-column
name=
"bus_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"batchsms"
phpName=
"Batchsms"
idMethod=
"native"
>
<column
name=
"batchsms_id"
phpName=
"BatchsmsId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"batchsms_total"
phpName=
"BatchsmsTotal"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_procesado_ok"
phpName=
"BatchsmsProcesadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_procesado_no_ok"
phpName=
"BatchsmsProcesadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_enviado_ok"
phpName=
"BatchsmsEnviadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_enviado_no_ok"
phpName=
"BatchsmsEnviadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_ya_descargo"
phpName=
"BatchsmsYaDescargo"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_sin_movil"
phpName=
"BatchsmsSinMovil"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_descencriptado_ok"
phpName=
"BatchsmsDescencriptadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_descencriptado_no_ok"
phpName=
"BatchsmsDescencriptadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_permitido"
phpName=
"BatchsmsPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_no_permitido"
phpName=
"BatchsmsNoPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_delivery"
phpName=
"BatchsmsDelivery"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_bounce"
phpName=
"BatchsmsBounce"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_complaint"
phpName=
"BatchsmsComplaint"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_eliminado"
phpName=
"BatchsmsEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"emailing"
phpName=
"Emailing"
idMethod=
"native"
>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ema_total"
phpName=
"EmaTotal"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_procesado_ok"
phpName=
"EmaProcesadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_procesado_no_ok"
phpName=
"EmaProcesadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_enviado_ok"
phpName=
"EmaEnviadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_enviado_no_ok"
phpName=
"EmaEnviadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_ya_descargo"
phpName=
"EmaYaDescargo"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_sin_email"
phpName=
"EmaSinEmail"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_descencriptado_ok"
phpName=
"EmaDescencriptadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_descencriptado_no_ok"
phpName=
"EmaDescencriptadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_permitido"
phpName=
"EmaPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_no_permitido"
phpName=
"EmaNoPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_delivery"
phpName=
"EmaDelivery"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_bounce"
phpName=
"EmaBounce"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_complaint"
phpName=
"EmaComplaint"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_eliminado"
phpName=
"EmaEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"envio_email"
phpName=
"EnvioEmail"
idMethod=
"native"
>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"eem_tipo"
phpName=
"EemTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"eem_email"
phpName=
"EemEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"eem_campana"
phpName=
"EemCampana"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"eem_fecha_envio"
phpName=
"EemFechaEnvio"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"eem_fecha_notificacion"
phpName=
"EemFechaNotificacion"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"eem_trans_id_cliente"
phpName=
"EemTransIdCliente"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"eem_from_email"
phpName=
"EemFromEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"eem_from_nombre_email"
phpName=
"EemFromNombreEmail"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"eem_from_asunto"
phpName=
"EemFromAsunto"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"eem_estado"
phpName=
"EemEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"eem_eliminado"
phpName=
"EemEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"emailing"
name=
"fk_emailing_envioemail"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ema_id"
foreign=
"ema_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuariomcafee_envioemail"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_usuariomcafee_envioemail"
>
<index-column
name=
"umc_id"
/>
</index>
<index
name=
"fk_emailing_envioemail"
>
<index-column
name=
"ema_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_transaccion"
phpName=
"McafeeTransaccion"
idMethod=
"native"
>
<column
name=
"mtr_id"
phpName=
"MtrId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mtr_tipo"
phpName=
"MtrTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtr_referencia"
phpName=
"MtrReferencia"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"mtr_referencia_mcafee"
phpName=
"MtrReferenciaMcafee"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"mtr_xml_envio"
phpName=
"MtrXmlEnvio"
type=
"LONGVARCHAR"
required=
"false"
/>
<column
name=
"mtr_codigo_retorno"
phpName=
"MtrCodigoRetorno"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"mtr_xml_respuesta"
phpName=
"MtrXmlRespuesta"
type=
"LONGVARCHAR"
required=
"false"
/>
<column
name=
"mtr_estado"
phpName=
"MtrEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtr_productdownloadurl"
phpName=
"MtrProductdownloadurl"
type=
"VARCHAR"
size=
"250"
required=
"false"
/>
<column
name=
"mtr_short_productdownloadurl"
phpName=
"MtrShortProductdownloadurl"
type=
"VARCHAR"
size=
"40"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuario_mcafeetransaccion"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_suscripcion_mcafeetransaccion"
>
<index-column
name=
"umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_transaccion_pendiente"
phpName=
"McafeeTransaccionPendiente"
idMethod=
"native"
>
<column
name=
"mtp_id"
phpName=
"MtpId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mtp_tipo"
phpName=
"MtpTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtp_estado"
phpName=
"MtpEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtp_intento"
phpName=
"MtpIntento"
type=
"SMALLINT"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_suscripcion_mcafeetransaccionpendiente"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_suscripcion_mcafeetransaccionpendiente"
>
<index-column
name=
"umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_ultimo_proceso_creacion"
phpName=
"McafeeUltimoProcesoCreacion"
idMethod=
"native"
>
<column
name=
"muc_id"
phpName=
"MucId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umn_id"
phpName=
"UltimoUmnId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"muc_cantidad_procesados"
phpName=
"MucCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"muc_cantidad_pendientes"
phpName=
"MucCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuarios_mcafee_movistar_nuevos"
name=
"fk_idx_usuario_movistar_nuevo"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umn_id"
foreign=
"id"
/>
</foreign-key>
<index
name=
"fk_idx_usuario_movistar_nuevo_idx"
>
<index-column
name=
"ultimo_umn_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_ultimo_proceso_migracion"
phpName=
"McafeeUltimoProcesoMigracion"
idMethod=
"native"
>
<column
name=
"mup_id"
phpName=
"MupId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umc_id"
phpName=
"UltimoUmcId"
type=
"INTEGER"
required=
"true"
/>
<column
name=
"mup_cantidad_procesados"
phpName=
"MupCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mup_cantidad_pendientes"
phpName=
"MupCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuarios_mcafee_movistar_migrar"
name=
"idx_fk_mcafee_ultimo_usuario"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umc_id"
foreign=
"id"
/>
</foreign-key>
<index
name=
"idx_fk_mcafee_ultimo_usuario_idx"
>
<index-column
name=
"ultimo_umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_ultimo_proceso_normalizacion"
phpName=
"McafeeUltimoProcesoNormalizacion"
idMethod=
"native"
>
<column
name=
"mun_id"
phpName=
"MunId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umc_id"
phpName=
"UltimoUmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mun_cantidad_procesados"
phpName=
"MunCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mun_cantidad_pendientes"
phpName=
"MunCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_ultimo_umc_id_normla"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_ultimo_umc_id_normla_idx"
>
<index-column
name=
"ultimo_umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"notificacion_email"
phpName=
"NotificacionEmail"
idMethod=
"native"
>
<column
name=
"nem_id"
phpName=
"NemId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"nem_tipo"
phpName=
"NemTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"nem_mail_source"
phpName=
"NemMailSource"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_mail_destination"
phpName=
"NemMailDestination"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_mail_message_id"
phpName=
"NemMailMessageId"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_mail_timestamp"
phpName=
"NemMailTimestamp"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_bounce_type"
phpName=
"NemBounceType"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_sub_type"
phpName=
"NemBounceSubType"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_email_address"
phpName=
"NemBounceRecipientEmailAddress"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_action"
phpName=
"NemBounceRecipientAction"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_status"
phpName=
"NemBounceRecipientStatus"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_diagnostic_code"
phpName=
"NemBounceRecipientDiagnosticCode"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"nem_bounce_timestamp"
phpName=
"NemBounceTimestamp"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_complaint_user_agent"
phpName=
"NemComplaintUserAgent"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"nem_complaint_recipient_email_address"
phpName=
"NemComplaintRecipientEmailAddress"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_complaint_feedback_type"
phpName=
"NemComplaintFeedbackType"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_complaint_arrival_date"
phpName=
"NemComplaintArrivalDate"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_complaint_timestamp"
phpName=
"NemComplaintTimestamp"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_eliminado"
phpName=
"NemEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"nem_notificacion"
phpName=
"NemNotificacion"
type=
"LONGVARCHAR"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"envio_email"
name=
"fk_envioemail_notificationemail"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"eem_id"
foreign=
"eem_id"
/>
</foreign-key>
<index
name=
"fk_envioemail_notificationemail"
>
<index-column
name=
"eem_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"parametro_configuracion"
phpName=
"ParametroConfiguracion"
idMethod=
"native"
>
<column
name=
"pco_id"
phpName=
"PcoId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"pco_nombre"
phpName=
"PcoNombre"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"pco_valor"
phpName=
"PcoValor"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"pco_descripcion"
phpName=
"PcoDescripcion"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"sms"
phpName=
"Sms"
idMethod=
"native"
>
<column
name=
"sms_id"
phpName=
"SmsId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_id"
phpName=
"BatchsmsId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"sms_tipo"
phpName=
"SmsTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"sms_movil"
phpName=
"SmsMovil"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"sms_campana"
phpName=
"SmsCampana"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"sms_fecha_envio"
phpName=
"SmsFechaEnvio"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"sms_fecha_notificacion"
phpName=
"SmsFechaNotificacion"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"sms_trans_id_cliente"
phpName=
"SmsTransIdCliente"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"sms_from_movil"
phpName=
"SmsFromMovil"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"sms_from_mensaje"
phpName=
"SmsFromMensaje"
type=
"VARCHAR"
size=
"160"
required=
"false"
/>
<column
name=
"sms_estado"
phpName=
"SmsEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"sms_eliminado"
phpName=
"SmsEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"batchsms"
name=
"fk_batchsms"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"batchsms_id"
foreign=
"batchsms_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuariomcafee_sms"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_usuariomcafee_sms"
>
<index-column
name=
"umc_id"
/>
</index>
<index
name=
"fk_batchsms"
>
<index-column
name=
"batchsms_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"tracking"
phpName=
"Tracking"
idMethod=
"native"
>
<column
name=
"tra_id"
phpName=
"TraId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"tra_tipo"
phpName=
"TraTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"tra_ip"
phpName=
"TraIp"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"tra_url"
phpName=
"TraUrl"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_referer"
phpName=
"TraReferer"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_host"
phpName=
"TraHost"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_procedencia"
phpName=
"TraProcedencia"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"tra_user_agent"
phpName=
"TraUserAgent"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_campana"
phpName=
"TraCampana"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"tra_eliminado"
phpName=
"TraEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"tra_tipo_dispositivo"
phpName=
"TraTipoDispositivo"
type=
"SMALLINT"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"envio_email"
name=
"fk_envioemail_tracking"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"eem_id"
foreign=
"eem_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuariomcafee_traking"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_envioemail_tracking"
>
<index-column
name=
"eem_id"
/>
</index>
<index
name=
"fk_usuariomcafee_traking"
>
<index-column
name=
"umc_id"
/>
</index>
<index
name=
"procedencia_indice"
>
<index-column
name=
"tra_procedencia"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"usuario_mcafee"
phpName=
"UsuarioMcafee"
idMethod=
"native"
>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_mcafee_tipo_producto"
phpName=
"UmcMcafeeTipoProducto"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"umc_mcafee_affid"
phpName=
"UmcMcafeeAffid"
type=
"VARCHAR"
size=
"10"
required=
"false"
/>
<column
name=
"umc_mcafee_ccid"
phpName=
"UmcMcafeeCcid"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_mcafee_email"
phpName=
"UmcMcafeeEmail"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"umc_mcafee_sku"
phpName=
"UmcMcafeeSku"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_mcafee_keycard"
phpName=
"UmcMcafeeKeycard"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"umc_mcafee_status"
phpName=
"UmcMcafeeStatus"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"umc_movistar_activo"
phpName=
"UmcMovistarActivo"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"umc_movistar_any"
phpName=
"UmcMovistarAny"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_movistar_email"
phpName=
"UmcMovistarEmail"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"umc_movistar_rut"
phpName=
"UmcMovistarRut"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_parametro_encriptado"
phpName=
"UmcParametroEncriptado"
type=
"VARCHAR"
size=
"300"
required=
"false"
/>
<column
name=
"umc_permite_email"
phpName=
"UmcPermiteEmail"
type=
"BOOLEAN"
size=
"1"
required=
"false"
defaultValue=
"true"
/>
<column
name=
"umc_fecha_desuscripcion_email"
phpName=
"UmcFechaDesuscripcionEmail"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"umc_movil"
phpName=
"UmcMovil"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"umc_fijo"
phpName=
"UmcFijo"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"umc_customer_id"
phpName=
"UmcCustomerId"
type=
"VARCHAR"
size=
"250"
required=
"false"
/>
<column
name=
"umc_eliminado"
phpName=
"UmcEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"umc_permite_sms"
phpName=
"UmcPermiteSms"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"true"
/>
<behavior
name=
"timestampable"
/>
<index
name=
"indice_umc_movistar_any"
>
<index-column
name=
"umc_movistar_any"
/>
</index>
<index
name=
"indice_fecha_creacion"
>
<index-column
name=
"created_at"
/>
</index>
<index
name=
"indice_mcafee_mail"
>
<index-column
name=
"umc_mcafee_email"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"usuarios_mcafee_movistar_migrar"
phpName=
"UsuariosMcafeeMovistarMigrar"
idMethod=
"native"
>
<column
name=
"id"
phpName=
"Id"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"id_mov"
phpName=
"IdMov"
type=
"INTEGER"
required=
"true"
defaultValue=
"0"
/>
<column
name=
"area_tel"
phpName=
"AreaTel"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"rut"
phpName=
"Rut"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"nombres"
phpName=
"Nombres"
type=
"VARCHAR"
size=
"45"
required=
"false"
/>
<column
name=
"correo"
phpName=
"Correo"
type=
"VARCHAR"
size=
"64"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_1"
phpName=
"FonoContactoFijo1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_2"
phpName=
"FonoContactoFijo2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_1"
phpName=
"FonoContactoMovil1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_2"
phpName=
"FonoContactoMovil2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6094"
phpName=
"Ps6094"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_5679"
phpName=
"Ps5679"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_2989"
phpName=
"Ps2989"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6753"
phpName=
"Ps6753"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6759"
phpName=
"Ps6759"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"id_mc"
phpName=
"IdMc"
type=
"INTEGER"
required=
"true"
defaultValue=
"0"
/>
<column
name=
"Ccid"
phpName=
"Ccid"
type=
"VARCHAR"
size=
"25"
required=
"false"
/>
<column
name=
"Email_Address"
phpName=
"EmailAddress"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"New_Registration_Date"
phpName=
"NewRegistrationDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"Last_Login_Date"
phpName=
"LastLoginDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"Installation_Date"
phpName=
"InstallationDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"Last_Update_Date"
phpName=
"LastUpdateDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"License_Activity"
phpName=
"LicenseActivity"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"License_Activity_Qty"
phpName=
"LicenseActivityQty"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Total_Activated_Devices_PC"
phpName=
"TotalActivatedDevicesPc"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Total_Activated_Devices_MAC"
phpName=
"TotalActivatedDevicesMac"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Total_Activated_Devices_Mobile"
phpName=
"TotalActivatedDevicesMobile"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Active_Devices_PC"
phpName=
"ActiveDevicesPc"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Active_Devices_MAC"
phpName=
"ActiveDevicesMac"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Active_Devices_Mobile"
phpName=
"ActiveDevicesMobile"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Device_Type"
phpName=
"DeviceType"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"Numero_Mcafee"
phpName=
"NumeroMcafee"
type=
"INTEGER"
size=
"20"
required=
"false"
/>
<column
name=
"sku"
phpName=
"Sku"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<index
name=
"ccid"
>
<index-column
name=
"Ccid"
/>
</index>
<index
name=
"correo"
>
<index-column
name=
"Email_Address"
/>
</index>
<index
name=
"activty"
>
<index-column
name=
"License_Activity"
/>
</index>
<index
name=
"tipo"
>
<index-column
name=
"Device_Type"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"usuarios_mcafee_movistar_nuevos"
phpName=
"UsuariosMcafeeMovistarNuevos"
idMethod=
"native"
>
<column
name=
"id"
phpName=
"Id"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"id_mov"
phpName=
"IdMov"
type=
"INTEGER"
required=
"true"
defaultValue=
"0"
/>
<column
name=
"area_tel"
phpName=
"AreaTel"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"rut"
phpName=
"Rut"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"nombres"
phpName=
"Nombres"
type=
"VARCHAR"
size=
"45"
required=
"false"
/>
<column
name=
"correo"
phpName=
"Correo"
type=
"VARCHAR"
size=
"64"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_1"
phpName=
"FonoContactoFijo1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_2"
phpName=
"FonoContactoFijo2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_1"
phpName=
"FonoContactoMovil1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_2"
phpName=
"FonoContactoMovil2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6094"
phpName=
"Ps6094"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_5679"
phpName=
"Ps5679"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_2989"
phpName=
"Ps2989"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6753"
phpName=
"Ps6753"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6759"
phpName=
"Ps6759"
type=
"INTEGER"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
</database>
<?xml version="1.0" encoding="utf-8"?>
<!--Autogenerated by PropelSchemaReverseTask class.-->
<database
name=
"default"
defaultIdMethod=
"native"
namespace=
"AppBundle\Model"
>
<table
name=
"agente_webcall"
phpName=
"AgenteWebcall"
idMethod=
"native"
>
<column
name=
"awe_id"
phpName=
"AweId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"awe_nombres"
phpName=
"AweNombres"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"awe_rut"
phpName=
"AweRut"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"awe_email"
phpName=
"AweEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"awe_sexo"
phpName=
"AweSexo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"awe_clave"
phpName=
"AweClave"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"awe_estado"
phpName=
"AweEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"awe_eliminado"
phpName=
"AweEliminado"
type=
"CHAR"
size=
"10"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"backend_rol"
phpName=
"BackendRol"
idMethod=
"native"
>
<column
name=
"bro_id"
phpName=
"BroId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"bro_rol"
phpName=
"BroRol"
type=
"VARCHAR"
size=
"30"
required=
"true"
/>
<column
name=
"bro_nombre"
phpName=
"BroNombre"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"backend_usuario"
phpName=
"BackendUsuario"
idMethod=
"native"
>
<column
name=
"bus_id"
phpName=
"BusId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"bus_email"
phpName=
"BusEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"bus_clave"
phpName=
"BusClave"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"bus_nombres"
phpName=
"BusNombres"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"bus_estado"
phpName=
"BusEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"bus_eliminado"
phpName=
"BusEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
defaultValue=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"backendusuario_backendrol"
phpName=
"BackendusuarioBackendrol"
idMethod=
"native"
>
<column
name=
"bro_id"
phpName=
"BroId"
type=
"INTEGER"
primaryKey=
"true"
required=
"true"
/>
<column
name=
"bus_id"
phpName=
"BusId"
type=
"INTEGER"
primaryKey=
"true"
required=
"true"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"backend_rol"
name=
"fk_backendusuario_backendrol"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"bro_id"
foreign=
"bro_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"backend_usuario"
name=
"fk_backendusuario_backendrol2"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"bus_id"
foreign=
"bus_id"
/>
</foreign-key>
<index
name=
"fk_backendusuario_backendrol2"
>
<index-column
name=
"bus_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"batchsms"
phpName=
"Batchsms"
idMethod=
"native"
>
<column
name=
"batchsms_id"
phpName=
"BatchsmsId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"batchsms_total"
phpName=
"BatchsmsTotal"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_procesado_ok"
phpName=
"BatchsmsProcesadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_procesado_no_ok"
phpName=
"BatchsmsProcesadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_enviado_ok"
phpName=
"BatchsmsEnviadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_enviado_no_ok"
phpName=
"BatchsmsEnviadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_ya_descargo"
phpName=
"BatchsmsYaDescargo"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_sin_movil"
phpName=
"BatchsmsSinMovil"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_descencriptado_ok"
phpName=
"BatchsmsDescencriptadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_descencriptado_no_ok"
phpName=
"BatchsmsDescencriptadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_permitido"
phpName=
"BatchsmsPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_no_permitido"
phpName=
"BatchsmsNoPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_delivery"
phpName=
"BatchsmsDelivery"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_bounce"
phpName=
"BatchsmsBounce"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_complaint"
phpName=
"BatchsmsComplaint"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_eliminado"
phpName=
"BatchsmsEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"campaign"
phpName=
"Campaign"
idMethod=
"native"
>
<column
name=
"ca_id"
phpName=
"CaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ca_mensaje"
phpName=
"CaMensaje"
type=
"LONGVARCHAR"
required=
"true"
/>
<column
name=
"ca_estado"
phpName=
"CaEstado"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"false"
/>
<column
name=
"ca_eliminado"
phpName=
"CaEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"emailing"
phpName=
"Emailing"
idMethod=
"native"
>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ema_total"
phpName=
"EmaTotal"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_procesado_ok"
phpName=
"EmaProcesadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_procesado_no_ok"
phpName=
"EmaProcesadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_enviado_ok"
phpName=
"EmaEnviadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_enviado_no_ok"
phpName=
"EmaEnviadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_ya_descargo"
phpName=
"EmaYaDescargo"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_sin_email"
phpName=
"EmaSinEmail"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_descencriptado_ok"
phpName=
"EmaDescencriptadoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_descencriptado_no_ok"
phpName=
"EmaDescencriptadoNoOk"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_permitido"
phpName=
"EmaPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_no_permitido"
phpName=
"EmaNoPermitido"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_delivery"
phpName=
"EmaDelivery"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_bounce"
phpName=
"EmaBounce"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_complaint"
phpName=
"EmaComplaint"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_eliminado"
phpName=
"EmaEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"envio_email"
phpName=
"EnvioEmail"
idMethod=
"native"
>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ema_id"
phpName=
"EmaId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"eem_tipo"
phpName=
"EemTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"eem_email"
phpName=
"EemEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"eem_campana"
phpName=
"EemCampana"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"eem_fecha_envio"
phpName=
"EemFechaEnvio"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"eem_fecha_notificacion"
phpName=
"EemFechaNotificacion"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"eem_trans_id_cliente"
phpName=
"EemTransIdCliente"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"eem_from_email"
phpName=
"EemFromEmail"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"eem_from_nombre_email"
phpName=
"EemFromNombreEmail"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"eem_from_asunto"
phpName=
"EemFromAsunto"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"eem_estado"
phpName=
"EemEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"eem_eliminado"
phpName=
"EemEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"emailing"
name=
"fk_emailing_envioemail"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ema_id"
foreign=
"ema_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuariomcafee_envioemail"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_usuariomcafee_envioemail"
>
<index-column
name=
"umc_id"
/>
</index>
<index
name=
"fk_emailing_envioemail"
>
<index-column
name=
"ema_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_transaccion"
phpName=
"McafeeTransaccion"
idMethod=
"native"
>
<column
name=
"mtr_id"
phpName=
"MtrId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mtr_tipo"
phpName=
"MtrTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtr_referencia"
phpName=
"MtrReferencia"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"mtr_referencia_mcafee"
phpName=
"MtrReferenciaMcafee"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"mtr_xml_envio"
phpName=
"MtrXmlEnvio"
type=
"LONGVARCHAR"
required=
"false"
/>
<column
name=
"mtr_codigo_retorno"
phpName=
"MtrCodigoRetorno"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"mtr_xml_respuesta"
phpName=
"MtrXmlRespuesta"
type=
"LONGVARCHAR"
required=
"false"
/>
<column
name=
"mtr_estado"
phpName=
"MtrEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtr_productdownloadurl"
phpName=
"MtrProductdownloadurl"
type=
"VARCHAR"
size=
"250"
required=
"false"
/>
<column
name=
"mtr_short_productdownloadurl"
phpName=
"MtrShortProductdownloadurl"
type=
"VARCHAR"
size=
"40"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuario_mcafeetransaccion"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_suscripcion_mcafeetransaccion"
>
<index-column
name=
"umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_transaccion_pendiente"
phpName=
"McafeeTransaccionPendiente"
idMethod=
"native"
>
<column
name=
"mtp_id"
phpName=
"MtpId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mtp_tipo"
phpName=
"MtpTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtp_estado"
phpName=
"MtpEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"mtp_intento"
phpName=
"MtpIntento"
type=
"SMALLINT"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_suscripcion_mcafeetransaccionpendiente"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_suscripcion_mcafeetransaccionpendiente"
>
<index-column
name=
"umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_ultimo_proceso_creacion"
phpName=
"McafeeUltimoProcesoCreacion"
idMethod=
"native"
>
<column
name=
"muc_id"
phpName=
"MucId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umn_id"
phpName=
"UltimoUmnId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"muc_cantidad_procesados"
phpName=
"MucCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"muc_cantidad_pendientes"
phpName=
"MucCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuarios_mcafee_movistar_nuevos"
name=
"fk_idx_usuario_movistar_nuevo"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umn_id"
foreign=
"id"
/>
</foreign-key>
<index
name=
"fk_idx_usuario_movistar_nuevo_idx"
>
<index-column
name=
"ultimo_umn_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_ultimo_proceso_migracion"
phpName=
"McafeeUltimoProcesoMigracion"
idMethod=
"native"
>
<column
name=
"mup_id"
phpName=
"MupId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umc_id"
phpName=
"UltimoUmcId"
type=
"INTEGER"
required=
"true"
/>
<column
name=
"mup_cantidad_procesados"
phpName=
"MupCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mup_cantidad_pendientes"
phpName=
"MupCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuarios_mcafee_movistar_migrar"
name=
"idx_fk_mcafee_ultimo_usuario"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umc_id"
foreign=
"id"
/>
</foreign-key>
<index
name=
"idx_fk_mcafee_ultimo_usuario_idx"
>
<index-column
name=
"ultimo_umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"mcafee_ultimo_proceso_normalizacion"
phpName=
"McafeeUltimoProcesoNormalizacion"
idMethod=
"native"
>
<column
name=
"mun_id"
phpName=
"MunId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"ultimo_umc_id"
phpName=
"UltimoUmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mun_cantidad_procesados"
phpName=
"MunCantidadProcesados"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"mun_cantidad_pendientes"
phpName=
"MunCantidadPendientes"
type=
"INTEGER"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_ultimo_umc_id_normla"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"ultimo_umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_ultimo_umc_id_normla_idx"
>
<index-column
name=
"ultimo_umc_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"notificacion_email"
phpName=
"NotificacionEmail"
idMethod=
"native"
>
<column
name=
"nem_id"
phpName=
"NemId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"nem_tipo"
phpName=
"NemTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"nem_mail_source"
phpName=
"NemMailSource"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_mail_destination"
phpName=
"NemMailDestination"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_mail_message_id"
phpName=
"NemMailMessageId"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_mail_timestamp"
phpName=
"NemMailTimestamp"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_bounce_type"
phpName=
"NemBounceType"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_sub_type"
phpName=
"NemBounceSubType"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_email_address"
phpName=
"NemBounceRecipientEmailAddress"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_action"
phpName=
"NemBounceRecipientAction"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_status"
phpName=
"NemBounceRecipientStatus"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"nem_bounce_recipient_diagnostic_code"
phpName=
"NemBounceRecipientDiagnosticCode"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"nem_bounce_timestamp"
phpName=
"NemBounceTimestamp"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_complaint_user_agent"
phpName=
"NemComplaintUserAgent"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"nem_complaint_recipient_email_address"
phpName=
"NemComplaintRecipientEmailAddress"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_complaint_feedback_type"
phpName=
"NemComplaintFeedbackType"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"nem_complaint_arrival_date"
phpName=
"NemComplaintArrivalDate"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_complaint_timestamp"
phpName=
"NemComplaintTimestamp"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"nem_eliminado"
phpName=
"NemEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"nem_notificacion"
phpName=
"NemNotificacion"
type=
"LONGVARCHAR"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"envio_email"
name=
"fk_envioemail_notificationemail"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"eem_id"
foreign=
"eem_id"
/>
</foreign-key>
<index
name=
"fk_envioemail_notificationemail"
>
<index-column
name=
"eem_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"parametro_configuracion"
phpName=
"ParametroConfiguracion"
idMethod=
"native"
>
<column
name=
"pco_id"
phpName=
"PcoId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"pco_nombre"
phpName=
"PcoNombre"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"pco_valor"
phpName=
"PcoValor"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"pco_descripcion"
phpName=
"PcoDescripcion"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"sms"
phpName=
"Sms"
idMethod=
"native"
>
<column
name=
"sms_id"
phpName=
"SmsId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"batchsms_id"
phpName=
"BatchsmsId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"sms_tipo"
phpName=
"SmsTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"sms_movil"
phpName=
"SmsMovil"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"sms_campana"
phpName=
"SmsCampana"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"sms_fecha_envio"
phpName=
"SmsFechaEnvio"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"sms_fecha_notificacion"
phpName=
"SmsFechaNotificacion"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"sms_trans_id_cliente"
phpName=
"SmsTransIdCliente"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"sms_from_movil"
phpName=
"SmsFromMovil"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"sms_from_mensaje"
phpName=
"SmsFromMensaje"
type=
"VARCHAR"
size=
"160"
required=
"false"
/>
<column
name=
"sms_estado"
phpName=
"SmsEstado"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"sms_eliminado"
phpName=
"SmsEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"batchsms"
name=
"fk_batchsms"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"batchsms_id"
foreign=
"batchsms_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuariomcafee_sms"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_usuariomcafee_sms"
>
<index-column
name=
"umc_id"
/>
</index>
<index
name=
"fk_batchsms"
>
<index-column
name=
"batchsms_id"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"tracking"
phpName=
"Tracking"
idMethod=
"native"
>
<column
name=
"tra_id"
phpName=
"TraId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"eem_id"
phpName=
"EemId"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"tra_tipo"
phpName=
"TraTipo"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"tra_ip"
phpName=
"TraIp"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"tra_url"
phpName=
"TraUrl"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_referer"
phpName=
"TraReferer"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_host"
phpName=
"TraHost"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_procedencia"
phpName=
"TraProcedencia"
type=
"VARCHAR"
size=
"50"
required=
"false"
/>
<column
name=
"tra_user_agent"
phpName=
"TraUserAgent"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"tra_campana"
phpName=
"TraCampana"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"tra_eliminado"
phpName=
"TraEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"tra_tipo_dispositivo"
phpName=
"TraTipoDispositivo"
type=
"SMALLINT"
required=
"false"
/>
<behavior
name=
"timestampable"
/>
<foreign-key
foreignTable=
"envio_email"
name=
"fk_envioemail_tracking"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"eem_id"
foreign=
"eem_id"
/>
</foreign-key>
<foreign-key
foreignTable=
"usuario_mcafee"
name=
"fk_usuariomcafee_traking"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
>
<reference
local=
"umc_id"
foreign=
"umc_id"
/>
</foreign-key>
<index
name=
"fk_envioemail_tracking"
>
<index-column
name=
"eem_id"
/>
</index>
<index
name=
"fk_usuariomcafee_traking"
>
<index-column
name=
"umc_id"
/>
</index>
<index
name=
"procedencia_indice"
>
<index-column
name=
"tra_procedencia"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"usuario_mcafee"
phpName=
"UsuarioMcafee"
idMethod=
"native"
>
<column
name=
"umc_id"
phpName=
"UmcId"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"umc_mcafee_tipo_producto"
phpName=
"UmcMcafeeTipoProducto"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"umc_mcafee_affid"
phpName=
"UmcMcafeeAffid"
type=
"VARCHAR"
size=
"10"
required=
"false"
/>
<column
name=
"umc_mcafee_ccid"
phpName=
"UmcMcafeeCcid"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_mcafee_email"
phpName=
"UmcMcafeeEmail"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"umc_mcafee_sku"
phpName=
"UmcMcafeeSku"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_mcafee_keycard"
phpName=
"UmcMcafeeKeycard"
type=
"VARCHAR"
size=
"1000"
required=
"false"
/>
<column
name=
"umc_mcafee_status"
phpName=
"UmcMcafeeStatus"
type=
"SMALLINT"
required=
"false"
/>
<column
name=
"umc_movistar_activo"
phpName=
"UmcMovistarActivo"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"umc_movistar_any"
phpName=
"UmcMovistarAny"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_movistar_email"
phpName=
"UmcMovistarEmail"
type=
"VARCHAR"
size=
"100"
required=
"false"
/>
<column
name=
"umc_movistar_rut"
phpName=
"UmcMovistarRut"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"umc_parametro_encriptado"
phpName=
"UmcParametroEncriptado"
type=
"VARCHAR"
size=
"300"
required=
"false"
/>
<column
name=
"umc_permite_email"
phpName=
"UmcPermiteEmail"
type=
"BOOLEAN"
size=
"1"
required=
"false"
defaultValue=
"true"
/>
<column
name=
"umc_fecha_desuscripcion_email"
phpName=
"UmcFechaDesuscripcionEmail"
type=
"TIMESTAMP"
required=
"false"
/>
<column
name=
"umc_movil"
phpName=
"UmcMovil"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"umc_fijo"
phpName=
"UmcFijo"
type=
"VARCHAR"
size=
"200"
required=
"false"
/>
<column
name=
"umc_customer_id"
phpName=
"UmcCustomerId"
type=
"VARCHAR"
size=
"250"
required=
"false"
/>
<column
name=
"umc_eliminado"
phpName=
"UmcEliminado"
type=
"BOOLEAN"
size=
"1"
required=
"false"
/>
<column
name=
"umc_permite_sms"
phpName=
"UmcPermiteSms"
type=
"BOOLEAN"
size=
"1"
required=
"true"
defaultValue=
"true"
/>
<behavior
name=
"timestampable"
/>
<index
name=
"indice_umc_movistar_any"
>
<index-column
name=
"umc_movistar_any"
/>
</index>
<index
name=
"indice_fecha_creacion"
>
<index-column
name=
"created_at"
/>
</index>
<index
name=
"indice_mcafee_mail"
>
<index-column
name=
"umc_mcafee_email"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"usuarios_mcafee_movistar_migrar"
phpName=
"UsuariosMcafeeMovistarMigrar"
idMethod=
"native"
>
<column
name=
"id"
phpName=
"Id"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"id_mov"
phpName=
"IdMov"
type=
"INTEGER"
required=
"true"
defaultValue=
"0"
/>
<column
name=
"area_tel"
phpName=
"AreaTel"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"rut"
phpName=
"Rut"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"nombres"
phpName=
"Nombres"
type=
"VARCHAR"
size=
"45"
required=
"false"
/>
<column
name=
"correo"
phpName=
"Correo"
type=
"VARCHAR"
size=
"64"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_1"
phpName=
"FonoContactoFijo1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_2"
phpName=
"FonoContactoFijo2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_1"
phpName=
"FonoContactoMovil1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_2"
phpName=
"FonoContactoMovil2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6094"
phpName=
"Ps6094"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_5679"
phpName=
"Ps5679"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_2989"
phpName=
"Ps2989"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6753"
phpName=
"Ps6753"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6759"
phpName=
"Ps6759"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"id_mc"
phpName=
"IdMc"
type=
"INTEGER"
required=
"true"
defaultValue=
"0"
/>
<column
name=
"Ccid"
phpName=
"Ccid"
type=
"VARCHAR"
size=
"25"
required=
"false"
/>
<column
name=
"Email_Address"
phpName=
"EmailAddress"
type=
"VARCHAR"
size=
"60"
required=
"false"
/>
<column
name=
"New_Registration_Date"
phpName=
"NewRegistrationDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"Last_Login_Date"
phpName=
"LastLoginDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"Installation_Date"
phpName=
"InstallationDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"Last_Update_Date"
phpName=
"LastUpdateDate"
type=
"DATE"
required=
"false"
/>
<column
name=
"License_Activity"
phpName=
"LicenseActivity"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"License_Activity_Qty"
phpName=
"LicenseActivityQty"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Total_Activated_Devices_PC"
phpName=
"TotalActivatedDevicesPc"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Total_Activated_Devices_MAC"
phpName=
"TotalActivatedDevicesMac"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Total_Activated_Devices_Mobile"
phpName=
"TotalActivatedDevicesMobile"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Active_Devices_PC"
phpName=
"ActiveDevicesPc"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Active_Devices_MAC"
phpName=
"ActiveDevicesMac"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Active_Devices_Mobile"
phpName=
"ActiveDevicesMobile"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"Device_Type"
phpName=
"DeviceType"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<column
name=
"Numero_Mcafee"
phpName=
"NumeroMcafee"
type=
"INTEGER"
size=
"20"
required=
"false"
/>
<column
name=
"sku"
phpName=
"Sku"
type=
"VARCHAR"
size=
"20"
required=
"false"
/>
<index
name=
"ccid"
>
<index-column
name=
"Ccid"
/>
</index>
<index
name=
"correo"
>
<index-column
name=
"Email_Address"
/>
</index>
<index
name=
"activty"
>
<index-column
name=
"License_Activity"
/>
</index>
<index
name=
"tipo"
>
<index-column
name=
"Device_Type"
/>
</index>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
<table
name=
"usuarios_mcafee_movistar_nuevos"
phpName=
"UsuariosMcafeeMovistarNuevos"
idMethod=
"native"
>
<column
name=
"id"
phpName=
"Id"
type=
"INTEGER"
primaryKey=
"true"
autoIncrement=
"true"
required=
"true"
/>
<column
name=
"id_mov"
phpName=
"IdMov"
type=
"INTEGER"
required=
"true"
defaultValue=
"0"
/>
<column
name=
"area_tel"
phpName=
"AreaTel"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"rut"
phpName=
"Rut"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"nombres"
phpName=
"Nombres"
type=
"VARCHAR"
size=
"45"
required=
"false"
/>
<column
name=
"correo"
phpName=
"Correo"
type=
"VARCHAR"
size=
"64"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_1"
phpName=
"FonoContactoFijo1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_fijo_2"
phpName=
"FonoContactoFijo2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_1"
phpName=
"FonoContactoMovil1"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"fono_contacto_movil_2"
phpName=
"FonoContactoMovil2"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6094"
phpName=
"Ps6094"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_5679"
phpName=
"Ps5679"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_2989"
phpName=
"Ps2989"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6753"
phpName=
"Ps6753"
type=
"INTEGER"
required=
"false"
/>
<column
name=
"ps_6759"
phpName=
"Ps6759"
type=
"INTEGER"
required=
"false"
/>
<vendor
type=
"mysql"
>
<parameter
name=
"Engine"
value=
"InnoDB"
/>
</vendor>
</table>
</database>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment