Difference between revisions of "Public.inventory (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.inventory |- |} {| border="1" cellpadding="5" cellspacing="0" style="...)
 
Line 20: Line 20:
 
|-
 
|-
 
| nodeid
 
| nodeid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| name
 
| name
|  
+
| varchar(30)
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| createtime
 
| createtime
|  
+
| timestamp without time zone
 
| not null
 
| not null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| lastpolltime
 
| lastpolltime
|  
+
| timestamp without time zone
 
| not null
 
| not null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| pathtofile
 
| pathtofile
|  
+
| varchar(256)
 
| not null
 
| not null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| status
 
| status
|  
+
| char(1)
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:43, 7 August 2009

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