[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
events_inventory Table
The events_inventory database table stores
all events that occur during an inventory scan using the Inventory
Management System. For more information about running an inventory
scan, see Scanning Inventory Data. Table 39 shows the fields and columns in the events_inventory table.
Table 39: events_inventory
Table
|
Field
|
Type
|
Null
|
Key
|
Default
|
Extra
|
|
id
|
int(11)
| |
PRI
| |
auto_increment
|
|
device_id
|
int(11)
| | |
0
| |
|
hardware_id
|
int(11)
| | |
0
| |
|
software_id
|
int(11)
| | |
0
| |
|
package_id
|
int(11)
| | |
0
| |
|
licensing_id
|
int(11)
| | |
0
| |
|
item
|
varchar(40)
| | | | |
|
type
|
varchar(10)
| | | | |
|
description
|
text
|
Yes
| | | |
|
annotation
|
text
|
Yes
| | | |
|
event_time
|
timestamp(14)
|
Yes
| | | |
|
deleted_on
|
timestamp(14)
|
Yes
| | | |
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]