Public.inventory (table)
wikibot
| Table | public.inventory |
| Column | Data Type | Nullable | Default | PK | Index |
| nodeid | integer | not null | inventory_nodeid_idxinventory_nodeid_name_idx | ||
| name | varchar(30) | not null | inventory_nodeid_name_idx | ||
| createtime | timestamp without time zone | not null | |||
| lastpolltime | timestamp without time zone | not null | inventory_lastpolltime_idx | ||
| pathtofile | varchar(256) | not null | |||
| status | char(1) | not null | inventory_status_idx |
| Relation | Column | Referenced Column |
| public.node | nodeid | nodeid |