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

From dbscript Online Help
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 119: Line 119:
 
| '''Columns
 
| '''Columns
  
|- valign="top"
 
| notifications_nodeid_idx
 
|
 
| nodeid
 
|- valign="top"
 
| notifications_serviceid_idx
 
|
 
| serviceid
 
 
|- valign="top"
 
|- valign="top"
 
| notifications_answeredby_idx
 
| notifications_answeredby_idx
Line 143: Line 135:
 
|  
 
|  
 
| interfaceid
 
| interfaceid
 +
|- valign="top"
 +
| notifications_nodeid_idx
 +
|
 +
| nodeid
 
|- valign="top"
 
|- valign="top"
 
| notifications_respondtime_idx
 
| notifications_respondtime_idx
 
|  
 
|  
 
| respondtime
 
| respondtime
 +
|- valign="top"
 +
| notifications_serviceid_idx
 +
|
 +
| serviceid
 
|}
 
|}
  

Latest revision as of 11:25, 27 August 2011

wikibot[edit]

Table public.notifications

Columns[edit]

Column Data Type Nullable Default Description
textmsg varchar(4000) not null
subject varchar(256) null
numericmsg varchar(256) null
notifyid integer not null
pagetime timestamp with time zone null
respondtime timestamp with time zone null
answeredby varchar(256) null
nodeid integer null
interfaceid varchar(16) null
serviceid integer null
queueid varchar(256) null
eventid integer null
eventuei varchar(256) not null
notifconfigname varchar(63) null

Primary Key[edit]

Primary Key Columns
pk_notifyid notifyid

Indexes[edit]

Index Type Columns
notifications_answeredby_idx answeredby
notifications_eventid_idx eventid
notifications_eventuei_idx eventuei
notifications_ipaddr_idx interfaceid
notifications_nodeid_idx nodeid
notifications_respondtime_idx respondtime
notifications_serviceid_idx serviceid

Foreign Keys[edit]

Relation Column Referenced Column
public.events eventid eventid
public.node nodeid nodeid

Detail Tables[edit]

Detail Table Column Referencing Column
public.usersnotified notifyid notifyid