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

From dbscript Online Help
Jump to: navigation, search
Line 20: Line 20:
 
| integer
 
| integer
 
| not null
 
| not null
| nextval('opennmsnxtid'::regclass)
+
|  
 
|  
 
|  
 
|- valign="top"
 
|- valign="top"
Line 53: Line 53:
 
|}
 
|}
  
=== Detail Tables ===
+
=== Foreign Keys ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
| '''Detail Table
+
| '''Relation
 
| '''Column
 
| '''Column
| '''Referencing Column
+
| '''Referenced Column
  
 
|- valign="top"
 
|- valign="top"
| [[public.statisticsreportdata_(table)|public.statisticsreportdata]]
+
| [[public.resourcereference_(table)|public.resourcereference]]
 +
| resourceid
 
| id
 
| id
| resourceid
 
 
|}
 
|}

Revision as of 11:10, 27 August 2011

wikibot

Table public.resourcereference

Columns

Column Data Type Nullable Default Description
id integer not null
resourceid varchar(255) not null

Primary Key

Primary Key Columns
pk_resourcereference_id id

Indexes

Index Type Columns
resourcereference_resourceid Unique resourceid

Foreign Keys

Relation Column Referenced Column
public.resourcereference resourceid id