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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.statisticsreport |- |} {| border="1" cellpadding="5" cellspacing="0" ...)
 
Line 20: Line 20:
 
|-
 
|-
 
| id
 
| id
|  
+
| integer
 
| not null
 
| not null
 
| nextval('opennmsnxtid'::regclass)
 
| nextval('opennmsnxtid'::regclass)
Line 27: Line 27:
 
|-
 
|-
 
| startdate
 
| startdate
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| enddate
 
| enddate
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| name
 
| name
|  
+
| varchar(63)
 
| not null
 
| not null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| description
 
| description
|  
+
| varchar(255)
 
| not null
 
| not null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| jobstarteddate
 
| jobstarteddate
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| jobcompleteddate
 
| jobcompleteddate
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 69: Line 69:
 
|-
 
|-
 
| purgedate
 
| purgedate
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

wikibot

Table public.statisticsreport


Column Data Type Nullable Default PK Index
id integer not null nextval('opennmsnxtid'::regclass) pk_statisticsreport_id
startdate timestamp with time zone not null statisticsreport_startdate
enddate timestamp with time zone not null
name varchar(63) not null statisticsreport_name
description varchar(255) not null
jobstarteddate timestamp with time zone not null
jobcompleteddate timestamp with time zone not null
purgedate timestamp with time zone not null statisticsreport_purgedate


Detail Table Column Referencing Column
public.statisticsreportdata id reportid