mvw_device_alert


Columns

Column Type Size Nulls Auto Default Children Parents Comments
iddevice int4 10 null
device.iddevice fk_mvw_device_alert_device R
idclient int4 10 null
totalalerts int8 19 null
totalnotificaciones int8 19 null
totalmaintenance int8 19 null
id_device_alert serial 10 nextval('mvw_device_alert_id_device_alert_seq'::regclass)

Indexes

Constraint Name Type Sort Column(s)
mvw_device_alert_pkey Primary key Asc id_device_alert
idx_mvw_device_alert_idclient Performance Asc idclient
idx_mvw_device_alert_iddevice Performance Asc iddevice

Relationships