Difference between revisions of "Public.usersnotified (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.usersnotified |- |} {| border="1" cellpadding="5" cellspacing="0" sty...)
 
Line 20: Line 20:
 
|-
 
|-
 
| id
 
| id
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| userid
 
| userid
|  
+
| varchar(256)
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| notifyid
 
| notifyid
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| notifytime
 
| notifytime
|  
+
| timestamp with time zone
 
| null
 
| null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| media
 
| media
|  
+
| varchar(32)
 
| null
 
| null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| contactinfo
 
| contactinfo
|  
+
| varchar(64)
 
| null
 
| null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| autonotify
 
| autonotify
|  
+
| char(1)
 
| null
 
| null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

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