Difference between revisions of "Public.statisticsreportdata (table)"
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 | ||
Line 24: | Line 22: | ||
| nextval('opennmsnxtid'::regclass) | | nextval('opennmsnxtid'::regclass) | ||
| | | | ||
− | |- | + | |- 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 | ||
| Unique | | Unique | ||
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 | ||
|} | |} |
Revision as of 23:39, 24 June 2010
wikibot
Table | public.statisticsreportdata |
Columns
Column | Data Type | Nullable | Default | Description |
id | integer | not null | nextval('opennmsnxtid'::regclass) | |
reportid | integer | not null | ||
resourceid | integer | not null | ||
value | double precision | not null |
Primary Key
Primary Key | Columns |
pk_statsdata_id | id |
Indexes
Index | Type | Columns |
statsdata_unique | Unique | reportid, resourceid |
Foreign Keys
Relation | Column | Referenced Column |
public.statisticsreport | reportid | id |
public.resourcereference | resourceid | id |