Editing Public.notifications (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
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 14: Line 15:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''Description
+
| '''PK
 
+
| '''Index
|- valign="top"
+
 +
|-
 
| textmsg
 
| textmsg
 
| varchar(4000)
 
| varchar(4000)
Line 22: Line 24:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| subject
 
| subject
 
| varchar(256)
 
| varchar(256)
Line 28: Line 31:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| numericmsg
 
| numericmsg
 
| varchar(256)
 
| varchar(256)
Line 34: Line 38:
 
|  
 
|  
 
|  
 
|  
|- 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 46: Line 52:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| respondtime
 
| respondtime
 
| timestamp with time zone
 
| timestamp with time zone
Line 52: Line 59:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
| notifications_respondtime_idx
 +
|-
 
| answeredby
 
| answeredby
 
| varchar(256)
 
| varchar(256)
Line 58: Line 66:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
| notifications_answeredby_idx
 +
|-
 
| nodeid
 
| nodeid
 
| integer
 
| integer
Line 64: Line 73:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
| notifications_nodeid_idx
 +
|-
 
| interfaceid
 
| interfaceid
 
| varchar(16)
 
| varchar(16)
Line 70: Line 80:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
| notifications_ipaddr_idx
 +
|-
 
| serviceid
 
| serviceid
 
| integer
 
| integer
Line 76: Line 87:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
| notifications_serviceid_idx
 +
|-
 
| queueid
 
| queueid
 
| varchar(256)
 
| varchar(256)
Line 82: Line 94:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| eventid
 
| eventid
 
| integer
 
| integer
Line 88: Line 101:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
| notifications_eventid_idx
 +
|-
 
| eventuei
 
| eventuei
 
| varchar(256)
 
| varchar(256)
Line 94: Line 108:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
| notifications_eventuei_idx
 +
|-
 
| 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 155: Line 125:
 
| '''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 166: Line 136:
 
|}
 
|}
  
=== 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 172: Line 142:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
 
+
|- valign="top"
+
|-
 
| [[public.usersnotified_(table)|public.usersnotified]]
 
| [[public.usersnotified_(table)|public.usersnotified]]
 
| notifyid
 
| notifyid
 
| notifyid
 
| notifyid
 
|}
 
|}

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)