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...) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| textmsg | | textmsg | ||
− | | | + | | varchar(4000) |
| not null | | not null | ||
| | | | ||
Line 27: | Line 27: | ||
|- | |- | ||
| subject | | subject | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
Line 34: | Line 34: | ||
|- | |- | ||
| numericmsg | | numericmsg | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
Line 41: | Line 41: | ||
|- | |- | ||
| notifyid | | notifyid | ||
− | | | + | | integer |
| not null | | not null | ||
| | | | ||
Line 48: | Line 48: | ||
|- | |- | ||
| pagetime | | pagetime | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
Line 55: | Line 55: | ||
|- | |- | ||
| respondtime | | respondtime | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
Line 62: | Line 62: | ||
|- | |- | ||
| answeredby | | answeredby | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
Line 69: | Line 69: | ||
|- | |- | ||
| nodeid | | nodeid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 76: | Line 76: | ||
|- | |- | ||
| interfaceid | | interfaceid | ||
− | | | + | | varchar(16) |
| null | | null | ||
| | | | ||
Line 83: | Line 83: | ||
|- | |- | ||
| serviceid | | serviceid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 90: | Line 90: | ||
|- | |- | ||
| queueid | | queueid | ||
− | | | + | | varchar(256) |
| null | | null | ||
| | | | ||
Line 97: | Line 97: | ||
|- | |- | ||
| eventid | | eventid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
Line 104: | Line 104: | ||
|- | |- | ||
| eventuei | | eventuei | ||
− | | | + | | varchar(256) |
| not null | | not null | ||
| | | | ||
Line 111: | Line 111: | ||
|- | |- | ||
| notifconfigname | | notifconfigname | ||
− | | | + | | varchar(63) |
| null | | null | ||
| | | |
Revision as of 14:43, 7 August 2009
wikibot
Table | public.notifications |
Column | Data Type | Nullable | Default | PK | Index |
textmsg | varchar(4000) | not null | |||
subject | varchar(256) | null | |||
numericmsg | varchar(256) | null | |||
notifyid | integer | not null | pk_notifyid | ||
pagetime | timestamp with time zone | null | |||
respondtime | timestamp with time zone | null | notifications_respondtime_idx | ||
answeredby | varchar(256) | null | notifications_answeredby_idx | ||
nodeid | integer | null | notifications_nodeid_idx | ||
interfaceid | varchar(16) | null | notifications_ipaddr_idx | ||
serviceid | integer | null | notifications_serviceid_idx | ||
queueid | varchar(256) | null | |||
eventid | integer | null | notifications_eventid_idx | ||
eventuei | varchar(256) | not null | notifications_eventuei_idx | ||
notifconfigname | varchar(63) | null |
Relation | Column | Referenced Column |
public.events | eventid | eventid |
public.node | nodeid | nodeid |
Detail Table | Column | Referencing Column |
public.usersnotified | notifyid | notifyid |