Difference between revisions of "Public.notifications (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.notifications |- |} {| border="1" cellpadding="5" cellspacing="0" sty...) |
|||
(4 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 | ||
− | | ''' | + | | '''Description |
− | + | ||
− | + | |- valign="top" | |
− | |- | ||
| textmsg | | textmsg | ||
− | | | + | | varchar(4000) |
| not null | | not null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| subject | | subject | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| numericmsg | | numericmsg | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| notifyid | | notifyid | ||
− | | | + | | integer |
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
− | |- | + | |- valign="top" |
| pagetime | | pagetime | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| respondtime | | respondtime | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| answeredby | | answeredby | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| nodeid | | nodeid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| interfaceid | | interfaceid | ||
− | | | + | | varchar(16) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| serviceid | | serviceid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| queueid | | queueid | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| eventid | | eventid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| eventuei | | eventuei | ||
− | | | + | | varchar(256) |
| not null | | not null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| notifconfigname | | notifconfigname | ||
− | | | + | | 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
Contents
[hide]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 |