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

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== 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 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 23:
 
| not null
 
| not null
 
|  
 
|  
| pk_usernotificationid
 
 
|  
 
|  
 
|-
 
|-
Line 31: Line 30:
 
|  
 
|  
 
|  
 
|  
| userid_notifyid_idx
 
 
|-
 
|-
 
| notifyid
 
| notifyid
Line 38: Line 36:
 
|  
 
|  
 
|  
 
|  
| userid_notifyid_idx
 
 
|-
 
|-
 
| notifytime
 
| notifytime
 
| timestamp with time zone
 
| timestamp with time zone
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 50: Line 46:
 
| varchar(32)
 
| varchar(32)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 57: Line 52:
 
| varchar(64)
 
| varchar(64)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 64: Line 58:
 
| char(1)
 
| char(1)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| pk_usernotificationid
 +
| id
 +
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 +
| 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"

Revision as of 09:33, 11 February 2010

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