Public.statisticsreportdata (table)
wikibot[edit]
Table | public.statisticsreportdata |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
reportid | integer | not null | ||
resourceid | integer | not null | ||
value | double precision | not null |
Primary Key[edit]
Primary Key | Columns |
pk_statsdata_id | id |
Indexes[edit]
Index | Type | Columns |
statsdata_unique | reportid, resourceid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.statisticsreport | reportid | id |
public.resourcereference | resourceid | id |