message_acknowledge


Description

To keep record of whether a message was received by the device

Columns

Column Type Size Nulls Auto Default Children Parents Comments
idserial int8 19 null
iddevice int4 10 null
device.iddevice FK_command_acknowledge_device R
idmessage int8 19 null
idcommandexec int8 19 null
ip_device varchar 20 null
acknowledge varchar 10000 null
date_event timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
PK_command_acknowledge Primary key Asc idserial
idx_message_acknowledge_idcommandexec Performance Asc idcommandexec
idx_message_acknowledge_iddevice Performance Asc iddevice
idx_message_acknowledge_idmessage Performance Asc idmessage

Relationships