Difference between revisions of "Public.notifications (table)"
Line 164: | Line 164: | ||
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
+ | |} | ||
+ | |||
+ | === Detail Tables === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Detail Table | ||
+ | | '''Column | ||
+ | | '''Referencing Column | ||
+ | |||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.usersnotified_(table)|public.usersnotified]] |
| notifyid | | notifyid | ||
| notifyid | | notifyid | ||
|} | |} |
Latest revision as of 10: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 |