Difference between revisions of "Public.notifications (table)"
Line 9: | Line 9: | ||
+ | === 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 16: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | |||
|- | |- | ||
Line 22: | Line 22: | ||
| varchar(4000) | | varchar(4000) | ||
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
Line 29: | Line 28: | ||
| varchar(256) | | varchar(256) | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 36: | Line 34: | ||
| varchar(256) | | varchar(256) | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 44: | Line 41: | ||
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
|- | |- | ||
Line 50: | Line 46: | ||
| timestamp with time zone | | timestamp with time zone | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 59: | Line 54: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| answeredby | | answeredby | ||
Line 66: | Line 60: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| nodeid | | nodeid | ||
Line 73: | Line 66: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| interfaceid | | interfaceid | ||
Line 80: | Line 72: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| serviceid | | serviceid | ||
Line 87: | Line 78: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| queueid | | queueid | ||
| varchar(256) | | varchar(256) | ||
| null | | null | ||
− | |||
| | | | ||
| | | | ||
Line 101: | Line 90: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| eventuei | | eventuei | ||
Line 108: | Line 96: | ||
| | | | ||
| | | | ||
− | |||
|- | |- | ||
| 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 | ||
+ | |- | ||
+ | | pk_notifyid | ||
+ | | notifyid | ||
+ | |} | ||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''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 === | ||
{| 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 136: | Line 168: | ||
|} | |} | ||
− | + | === 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" |
Revision as of 08:32, 11 February 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 |