|
id
|
int(11)
|
|
|
|
|
id_usuario
|
int(11)
|
|
|
|
|
nombre
|
varchar(150)
|
|
|
|
|
descripcion
|
text
|
|
|
|
|
eje
|
char(1)
|
|
|
|
|
config_json
|
longtext
|
|
|
|
|
lambda_arn
|
varchar(300)
|
|
|
|
|
s3_key
|
varchar(300)
|
|
|
|
|
frecuencia
|
enum
|
-- |
|
diario
|
|
orden
|
int(11)
|
|
|
0
|
|
fila
|
int(11)
|
|
|
0
|
|
col_size
|
tinyint(4)
|
|
|
6
|
|
alerta_email
|
tinyint(1)
|
|
|
0
|
|
alerta_push
|
tinyint(1)
|
|
|
0
|
|
alerta_umbral_json
|
text
|
|
|
|
|
enabled
|
tinyint(1)
|
|
|
1
|
|
fecha_creacion
|
datetime
|
|
|
current_timestamp()
|
|
fecha_actualizacion
|
datetime
|
|
|
current_timestamp()
|