Public.statisticsreport (table)
wikibot
| Table | public.statisticsreport |
| Column | Data Type | Nullable | Default | PK | Index |
| id | not null | nextval('opennmsnxtid'::regclass) | pk_statisticsreport_id | ||
| startdate | not null | statisticsreport_startdate | |||
| enddate | not null | ||||
| name | not null | statisticsreport_name | |||
| description | not null | ||||
| jobstarteddate | not null | ||||
| jobcompleteddate | not null | ||||
| purgedate | not null | statisticsreport_purgedate |
| Detail Table | Column | Referencing Column |
| public.statisticsreportdata | id | reportid |