Difference between revisions of "Public.usersnotified (table)"
(One intermediate revision 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.usersnotified | | public.usersnotified | ||
− | |||
|} | |} | ||
− | + | === 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" | |
− | |- | ||
| id | | id | ||
| integer | | integer | ||
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
− | |- | + | |- valign="top" |
| userid | | userid | ||
| varchar(256) | | varchar(256) | ||
Line 31: | Line 28: | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| notifyid | | notifyid | ||
| integer | | integer | ||
Line 38: | Line 34: | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| notifytime | | notifytime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 45: | Line 40: | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| media | | media | ||
| varchar(32) | | varchar(32) | ||
Line 52: | Line 46: | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| contactinfo | | contactinfo | ||
| varchar(64) | | varchar(64) | ||
Line 59: | Line 52: | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| autonotify | | autonotify | ||
| char(1) | | char(1) | ||
Line 66: | Line 58: | ||
| | | | ||
| | | | ||
− | |||
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | pk_usernotificationid | ||
+ | | id | ||
+ | |} | ||
+ | |||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | userid_notifyid_idx | ||
+ | | | ||
+ | | userid, notifyid | ||
+ | |} | ||
+ | === 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 76: | Line 89: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.notifications_(table)|public.notifications]] | | [[public.notifications_(table)|public.notifications]] | ||
| notifyid | | notifyid | ||
| notifyid | | notifyid | ||
|} | |} |
Latest revision as of 23:40, 24 June 2010
wikibot[edit]
Table | public.usersnotified |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
userid | varchar(256) | not null | ||
notifyid | integer | null | ||
notifytime | timestamp with time zone | null | ||
media | varchar(32) | null | ||
contactinfo | varchar(64) | null | ||
autonotify | char(1) | null |
Primary Key[edit]
Primary Key | Columns |
pk_usernotificationid | id |
Indexes[edit]
Index | Type | Columns |
userid_notifyid_idx | userid, notifyid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.notifications | notifyid | notifyid |