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

From dbscript Online Help
Jump to: navigation, search
 
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 ===
 
=== Columns ===
Line 17: Line 15:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
|-
+
|- valign="top"
 
| id
 
| id
 
| integer
 
| integer
Line 24: Line 22:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| userid
 
| userid
 
| varchar(256)
 
| varchar(256)
Line 30: Line 28:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| notifyid
 
| notifyid
 
| integer
 
| integer
Line 36: Line 34:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| notifytime
 
| notifytime
 
| timestamp with time zone
 
| timestamp with time zone
Line 42: Line 40:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| media
 
| media
 
| varchar(32)
 
| varchar(32)
Line 48: Line 46:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| contactinfo
 
| contactinfo
 
| varchar(64)
 
| varchar(64)
Line 54: Line 52:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| autonotify
 
| autonotify
 
| char(1)
 
| char(1)
Line 67: Line 65:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| pk_usernotificationid
 
| pk_usernotificationid
 
| id
 
| id
Line 78: Line 76:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 
| userid_notifyid_idx
 
| userid_notifyid_idx
 
|  
 
|  
Line 91: 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 00:40, 25 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