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

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 23:
 
| not null
 
| not null
 
| nextval('opennmsnxtid'::regclass)
 
| nextval('opennmsnxtid'::regclass)
| pk_statisticsreport_id
 
 
|  
 
|  
 
|-
 
|-
Line 31: Line 30:
 
|  
 
|  
 
|  
 
|  
| statisticsreport_startdate
 
 
|-
 
|-
 
| enddate
 
| enddate
 
| timestamp with time zone
 
| timestamp with time zone
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 45: Line 42:
 
|  
 
|  
 
|  
 
|  
| statisticsreport_name
 
 
|-
 
|-
 
| description
 
| description
 
| varchar(255)
 
| varchar(255)
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 57: Line 52:
 
| timestamp with time zone
 
| timestamp with time zone
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 64: Line 58:
 
| timestamp with time zone
 
| timestamp with time zone
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 73: Line 66:
 
|  
 
|  
 
|  
 
|  
| statisticsreport_purgedate
 
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| pk_statisticsreport_id
 +
| id
 +
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 +
| statisticsreport_name
 +
|
 +
| name
 +
|-
 +
| statisticsreport_startdate
 +
|
 +
| startdate
 +
|-
 +
| statisticsreport_purgedate
 +
|
 +
| purgedate
 +
|}
  
 +
=== Detail Tables ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"

Revision as of 09:33, 11 February 2010

wikibot

Table public.statisticsreport


Columns

Column Data Type Nullable Default Description
id integer not null nextval('opennmsnxtid'::regclass)
startdate timestamp with time zone not null
enddate timestamp with time zone not null
name varchar(63) not null
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

Primary Key

Primary Key Columns
pk_statisticsreport_id id

Indexes

Index Type Columns
statisticsreport_name name
statisticsreport_startdate startdate
statisticsreport_purgedate purgedate

Detail Tables

Detail Table Column Referencing Column
public.statisticsreportdata id reportid