Public.statisticsreportdata (table)
wikibot
| Table | public.statisticsreportdata |
| Column | Data Type | Nullable | Default | PK | Index |
| id | integer | not null | nextval('opennmsnxtid'::regclass) | pk_statsdata_id | |
| reportid | integer | not null | statsdata_unique | ||
| resourceid | integer | not null | statsdata_unique | ||
| value | double precision | not null |
| Relation | Column | Referenced Column |
| public.statisticsreport | reportid | id |
| public.resourcereference | resourceid | id |