Difference between revisions of "Public.inventory (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.inventory | | public.inventory | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| nodeid | | nodeid | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| name | | name | ||
| varchar(30) | | varchar(30) | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| createtime | | createtime | ||
| timestamp without time zone | | timestamp without time zone | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| lastpolltime | | lastpolltime | ||
| timestamp without time zone | | timestamp without time zone | ||
Line 42: | Line 40: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| pathtofile | | pathtofile | ||
| varchar(256) | | varchar(256) | ||
Line 48: | Line 46: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| status | | status | ||
| char(1) | | char(1) | ||
Line 62: | Line 60: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| inventory_lastpolltime_idx | | inventory_lastpolltime_idx | ||
| | | | ||
| lastpolltime | | lastpolltime | ||
− | |- | + | |- valign="top" |
| inventory_nodeid_idx | | inventory_nodeid_idx | ||
| | | | ||
| nodeid | | nodeid | ||
− | |- | + | |- valign="top" |
| inventory_nodeid_name_idx | | inventory_nodeid_name_idx | ||
| | | | ||
| nodeid, name | | nodeid, name | ||
− | |- | + | |- valign="top" |
| inventory_status_idx | | inventory_status_idx | ||
| | | | ||
Line 87: | Line 85: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.node_(table)|public.node]] | | [[public.node_(table)|public.node]] | ||
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
|} | |} |
Latest revision as of 23:38, 24 June 2010
Contents
wikibot[edit]
Table | public.inventory |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
nodeid | integer | not null | ||
name | varchar(30) | not null | ||
createtime | timestamp without time zone | not null | ||
lastpolltime | timestamp without time zone | not null | ||
pathtofile | varchar(256) | not null | ||
status | char(1) | not null |
Indexes[edit]
Index | Type | Columns |
inventory_lastpolltime_idx | lastpolltime | |
inventory_nodeid_idx | nodeid | |
inventory_nodeid_name_idx | nodeid, name | |
inventory_status_idx | status |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |