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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.resourcereference |- |} {| border="1" cellpadding="5" cellspacing="0"...)
 
Line 20: Line 20:
 
|-
 
|-
 
| id
 
| id
|  
+
| integer
 
| not null
 
| not null
 
| nextval('opennmsnxtid'::regclass)
 
| nextval('opennmsnxtid'::regclass)
Line 27: Line 27:
 
|-
 
|-
 
| resourceid
 
| resourceid
|  
+
| varchar(255)
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

wikibot

Table public.resourcereference


Column Data Type Nullable Default PK Index
id integer not null nextval('opennmsnxtid'::regclass) pk_resourcereference_id
resourceid varchar(255) not null resourcereference_resourceid


Detail Table Column Referencing Column
public.statisticsreportdata id resourceid