Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| idserial | int8 | 19 | null |
|
|
||||||
| iddevice | int4 | 10 | null |
|
|
||||||
| 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 |



