Public.statisticsreport (table)

From dbscript Online Help
Revision as of 11:26, 27 August 2011 by Bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot[edit]

Table public.statisticsreport

Columns[edit]

Column Data Type Nullable Default Description
id integer not null
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[edit]

Primary Key Columns
pk_statisticsreport_id id

Indexes[edit]

Index Type Columns
statisticsreport_name name
statisticsreport_purgedate purgedate
statisticsreport_startdate startdate

Detail Tables[edit]

Detail Table Column Referencing Column
public.statisticsreportdata id reportid