Public.statisticsreport (table)

From dbscript Online Help
Revision as of 15:44, 7 August 2009 by Bot (talk | contribs)
Jump to: navigation, search

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