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

From dbscript Online Help
Jump to: navigation, search
 
Line 65: Line 65:
 
|}
 
|}
  
=== Foreign Keys ===
+
=== Detail Tables ===
 
{| 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"
| '''Relation
+
| '''Detail Table
 
| '''Column
 
| '''Column
| '''Referenced Column
+
| '''Referencing Column
  
 
|- valign="top"
 
|- valign="top"
| [[public.demandpolls_(table)|public.demandpolls]]
+
| [[public.pollresults_(table)|public.pollresults]]
 +
| id
 
| pollid
 
| pollid
| id
 
 
|}
 
|}

Latest revision as of 11:24, 27 August 2011

wikibot[edit]

Table public.demandpolls

Columns[edit]

Column Data Type Nullable Default Description
id integer not null
requesttime timestamp with time zone null
username varchar(32) null
description varchar(128) null

Primary Key[edit]

Primary Key Columns
demandpoll_pkey id

Indexes[edit]

Index Type Columns
demandpoll_request_time requesttime

Detail Tables[edit]

Detail Table Column Referencing Column
public.pollresults id pollid