Difference between revisions of "Public.statisticsreportdata (table)"
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.statisticsreportdata | | public.statisticsreportdata | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| id | | id | ||
| integer | | integer | ||
| not null | | not null | ||
− | |||
| | | | ||
− | |- | + | | |
+ | |- valign="top" | ||
| reportid | | reportid | ||
| integer | | integer | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| resourceid | | resourceid | ||
| integer | | integer | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| value | | value | ||
| double precision | | double precision | ||
Line 49: | Line 47: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| pk_statsdata_id | | pk_statsdata_id | ||
| id | | id | ||
Line 60: | Line 58: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| statsdata_unique | | statsdata_unique | ||
− | | | + | | |
| reportid, resourceid | | reportid, resourceid | ||
|} | |} | ||
Line 73: | Line 71: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.statisticsreport_(table)|public.statisticsreport]] | | [[public.statisticsreport_(table)|public.statisticsreport]] | ||
| reportid | | reportid | ||
| id | | id | ||
− | |- | + | |- valign="top" |
| [[public.resourcereference_(table)|public.resourcereference]] | | [[public.resourcereference_(table)|public.resourcereference]] | ||
| resourceid | | resourceid | ||
| id | | id | ||
|} | |} |
Latest revision as of 10:20, 27 August 2011
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 |