Difference between revisions of "Public.usersnotified (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.usersnotified |- |} {| border="1" cellpadding="5" cellspacing="0" sty...) |
|||
(2 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.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 |
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
− | |- | + | |- valign="top" |
| userid | | userid | ||
− | | | + | | varchar(256) |
| not null | | not null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| notifyid | | notifyid | ||
− | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| notifytime | | notifytime | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| media | | media | ||
− | | | + | | varchar(32) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| contactinfo | | contactinfo | ||
− | | | + | | varchar(64) |
| null | | null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| autonotify | | autonotify | ||
− | | | + | | char(1) |
| null | | null | ||
− | |||
| | | | ||
| | | | ||
|} | |} | ||
+ | === 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 |