Difference between revisions of "Public.resourcereference (table)"

From dbscript Online Help
Jump to: navigation, search
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.resourcereference
 
| public.resourcereference
|-
 
 
|}
 
|}
 
  
 
=== 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"
 
| resourceid
 
| resourceid
 
| varchar(255)
 
| varchar(255)
Line 37: Line 35:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| pk_resourcereference_id
 
| pk_resourcereference_id
 
| id
 
| id
Line 48: Line 46:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 
| resourcereference_resourceid
 
| resourcereference_resourceid
 
| Unique
 
| Unique
Line 61: Line 59:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[public.statisticsreportdata_(table)|public.statisticsreportdata]]
 
| [[public.statisticsreportdata_(table)|public.statisticsreportdata]]
 
| id
 
| id
 
| resourceid
 
| resourceid
 
|}
 
|}

Revision as of 00:39, 25 June 2010

wikibot

Table public.resourcereference

Columns

Column Data Type Nullable Default Description
id integer not null nextval('opennmsnxtid'::regclass)
resourceid varchar(255) not null

Primary Key

Primary Key Columns
pk_resourcereference_id id

Indexes

Index Type Columns
resourcereference_resourceid Unique resourceid

Detail Tables

Detail Table Column Referencing Column
public.statisticsreportdata id resourceid