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