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

From dbscript Online Help
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
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.notifications
 
| public.notifications
|-
 
 
|}
 
|}
  
 
+
=== Columns ===
 
{| 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"
Line 15: Line 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| textmsg
 
| textmsg
 
| varchar(4000)
 
| varchar(4000)
Line 24: Line 22:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| subject
 
| subject
 
| varchar(256)
 
| varchar(256)
Line 31: Line 28:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| numericmsg
 
| numericmsg
 
| varchar(256)
 
| varchar(256)
Line 38: Line 34:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| notifyid
 
| notifyid
 
| integer
 
| integer
 
| not null
 
| not null
 
|  
 
|  
| pk_notifyid
 
 
|  
 
|  
|-
+
|- valign="top"
 
| pagetime
 
| pagetime
 
| timestamp with time zone
 
| timestamp with time zone
Line 52: Line 46:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| respondtime
 
| respondtime
 
| timestamp with time zone
 
| timestamp with time zone
Line 59: Line 52:
 
|  
 
|  
 
|  
 
|  
| notifications_respondtime_idx
+
|- valign="top"
|-
 
 
| answeredby
 
| answeredby
 
| varchar(256)
 
| varchar(256)
Line 66: Line 58:
 
|  
 
|  
 
|  
 
|  
| notifications_answeredby_idx
+
|- valign="top"
|-
 
 
| nodeid
 
| nodeid
 
| integer
 
| integer
Line 73: Line 64:
 
|  
 
|  
 
|  
 
|  
| notifications_nodeid_idx
+
|- valign="top"
|-
 
 
| interfaceid
 
| interfaceid
 
| varchar(16)
 
| varchar(16)
Line 80: Line 70:
 
|  
 
|  
 
|  
 
|  
| notifications_ipaddr_idx
+
|- valign="top"
|-
 
 
| serviceid
 
| serviceid
 
| integer
 
| integer
Line 87: Line 76:
 
|  
 
|  
 
|  
 
|  
| notifications_serviceid_idx
+
|- valign="top"
|-
 
 
| queueid
 
| queueid
 
| varchar(256)
 
| varchar(256)
Line 94: Line 82:
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| eventid
 
| eventid
 
| integer
 
| integer
Line 101: Line 88:
 
|  
 
|  
 
|  
 
|  
| notifications_eventid_idx
+
|- valign="top"
|-
 
 
| eventuei
 
| eventuei
 
| varchar(256)
 
| varchar(256)
Line 108: Line 94:
 
|  
 
|  
 
|  
 
|  
| notifications_eventuei_idx
+
|- valign="top"
|-
 
 
| notifconfigname
 
| notifconfigname
 
| varchar(63)
 
| varchar(63)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| pk_notifyid
 +
| notifyid
 +
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
  
 +
|- valign="top"
 +
| notifications_answeredby_idx
 +
|
 +
| answeredby
 +
|- valign="top"
 +
| notifications_eventid_idx
 +
|
 +
| eventid
 +
|- valign="top"
 +
| notifications_eventuei_idx
 +
|
 +
| eventuei
 +
|- valign="top"
 +
| notifications_ipaddr_idx
 +
|
 +
| interfaceid
 +
|- valign="top"
 +
| notifications_nodeid_idx
 +
|
 +
| nodeid
 +
|- valign="top"
 +
| notifications_respondtime_idx
 +
|
 +
| respondtime
 +
|- valign="top"
 +
| notifications_serviceid_idx
 +
|
 +
| serviceid
 +
|}
 +
 +
=== 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"
Line 125: Line 155:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
+
 
|-
+
|- valign="top"
 
| [[public.events_(table)|public.events]]
 
| [[public.events_(table)|public.events]]
 
| eventid
 
| eventid
 
| eventid
 
| eventid
|-
+
|- valign="top"
 
| [[public.node_(table)|public.node]]
 
| [[public.node_(table)|public.node]]
 
| nodeid
 
| nodeid
Line 136: Line 166:
 
|}
 
|}
  
 
+
=== Detail Tables ===
 
{| 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"
Line 142: Line 172:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[public.usersnotified_(table)|public.usersnotified]]
 
| [[public.usersnotified_(table)|public.usersnotified]]
 
| notifyid
 
| notifyid
 
| notifyid
 
| notifyid
 
|}
 
|}

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