Public.usersnotified (table)
wikibot
| Table | public.usersnotified |
| Column | Data Type | Nullable | Default | PK | Index |
| id | integer | not null | pk_usernotificationid | ||
| userid | varchar(256) | not null | userid_notifyid_idx | ||
| notifyid | integer | null | userid_notifyid_idx | ||
| notifytime | timestamp with time zone | null | |||
| media | varchar(32) | null | |||
| contactinfo | varchar(64) | null | |||
| autonotify | char(1) | null |
| Relation | Column | Referenced Column |
| public.notifications | notifyid | notifyid |