Public.usersnotified (table)
wikibot
| Table | public.usersnotified |
Columns
| 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
| Primary Key | Columns |
| pk_usernotificationid | id |
Indexes
| Index | Type | Columns |
| userid_notifyid_idx | userid, notifyid |
Foreign Keys
| Relation | Column | Referenced Column |
| public.notifications | notifyid | notifyid |