The table inventory_log stores the live cycle logs of all items which are registered in the inventory_items table.
| Field | null | Description |
|---|---|---|
| entry_id | no | A unique ID of this record (auto generated). |
| item_id | no | Links to the inventory_items entry this log entry refers to. |
| mnc_name | yes | The M&C which issued this message or null if the message was entered at the UI |
| dev_name | yes | The satnms device name which issued this message |
| message | no | the message text |
| created | no | timestamp, generated by database at creation time |