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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.statisticsreportdata |- |} {| border="1" cellpadding="5" cellspacing=...)
 
Line 20: Line 20:
 
|-
 
|-
 
| id
 
| id
|  
+
| integer
 
| not null
 
| not null
 
| nextval('opennmsnxtid'::regclass)
 
| nextval('opennmsnxtid'::regclass)
Line 27: Line 27:
 
|-
 
|-
 
| reportid
 
| reportid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| resourceid
 
| resourceid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| value
 
| value
|  
+
| double precision
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

wikibot

Table public.statisticsreportdata


Column Data Type Nullable Default PK Index
id integer not null nextval('opennmsnxtid'::regclass) pk_statsdata_id
reportid integer not null statsdata_unique
resourceid integer not null statsdata_unique
value double precision not null


Relation Column Referenced Column
public.statisticsreport reportid id
public.resourcereference resourceid id