Difference between revisions of "Public.notifications (table)"
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 === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| textmsg | | textmsg | ||
| varchar(4000) | | varchar(4000) | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| subject | | subject | ||
| varchar(256) | | varchar(256) | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| numericmsg | | numericmsg | ||
| varchar(256) | | varchar(256) | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| notifyid | | notifyid | ||
| integer | | integer | ||
Line 42: | Line 40: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| pagetime | | pagetime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 48: | Line 46: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| respondtime | | respondtime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 54: | Line 52: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| answeredby | | answeredby | ||
| varchar(256) | | varchar(256) | ||
Line 60: | Line 58: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| nodeid | | nodeid | ||
| integer | | integer | ||
Line 66: | Line 64: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| interfaceid | | interfaceid | ||
| varchar(16) | | varchar(16) | ||
Line 72: | Line 70: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| serviceid | | serviceid | ||
| integer | | integer | ||
Line 78: | Line 76: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| queueid | | queueid | ||
| varchar(256) | | varchar(256) | ||
Line 84: | Line 82: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| eventid | | eventid | ||
| integer | | integer | ||
Line 90: | Line 88: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| eventuei | | eventuei | ||
| varchar(256) | | varchar(256) | ||
Line 96: | Line 94: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| notifconfigname | | notifconfigname | ||
| varchar(63) | | varchar(63) | ||
Line 109: | Line 107: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| pk_notifyid | | pk_notifyid | ||
| notifyid | | notifyid | ||
Line 120: | Line 118: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| notifications_nodeid_idx | | notifications_nodeid_idx | ||
| | | | ||
| nodeid | | nodeid | ||
− | |- | + | |- valign="top" |
| notifications_serviceid_idx | | notifications_serviceid_idx | ||
| | | | ||
| serviceid | | serviceid | ||
− | |- | + | |- valign="top" |
| notifications_answeredby_idx | | notifications_answeredby_idx | ||
| | | | ||
| answeredby | | answeredby | ||
− | |- | + | |- valign="top" |
| notifications_eventid_idx | | notifications_eventid_idx | ||
| | | | ||
| eventid | | eventid | ||
− | |- | + | |- valign="top" |
| notifications_eventuei_idx | | notifications_eventuei_idx | ||
| | | | ||
| eventuei | | eventuei | ||
− | |- | + | |- valign="top" |
| notifications_ipaddr_idx | | notifications_ipaddr_idx | ||
| | | | ||
| interfaceid | | interfaceid | ||
− | |- | + | |- valign="top" |
| notifications_respondtime_idx | | notifications_respondtime_idx | ||
| | | | ||
Line 157: | 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 174: | Line 172: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.usersnotified_(table)|public.usersnotified]] | | [[public.usersnotified_(table)|public.usersnotified]] | ||
| notifyid | | notifyid | ||
| notifyid | | notifyid | ||
|} | |} |
Revision as of 23:39, 24 June 2010
wikibot
Table | public.notifications |
Columns
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
Primary Key | Columns |
pk_notifyid | notifyid |
Indexes
Index | Type | Columns |
notifications_nodeid_idx | nodeid | |
notifications_serviceid_idx | serviceid | |
notifications_answeredby_idx | answeredby | |
notifications_eventid_idx | eventid | |
notifications_eventuei_idx | eventuei | |
notifications_ipaddr_idx | interfaceid | |
notifications_respondtime_idx | respondtime |
Foreign Keys
Relation | Column | Referenced Column |
public.events | eventid | eventid |
public.node | nodeid | nodeid |
Detail Tables
Detail Table | Column | Referencing Column |
public.usersnotified | notifyid | notifyid |