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

From dbscript Online Help
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
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.demandpolls
 
| public.demandpolls
|-
 
 
|}
 
|}
 
  
 
=== Columns ===
 
=== Columns ===
Line 17: Line 15:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
+
 
|-
+
|- valign="top"
 
| id
 
| id
 
| integer
 
| integer
Line 24: Line 22:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| requesttime
 
| requesttime
 
| timestamp with time zone
 
| timestamp with time zone
Line 30: Line 28:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| username
 
| username
 
| varchar(32)
 
| varchar(32)
Line 36: Line 34:
 
|  
 
|  
 
|  
 
|  
|-
+
|- valign="top"
 
| description
 
| description
 
| varchar(128)
 
| varchar(128)
Line 49: Line 47:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|-
+
|- valign="top"
 
| demandpoll_pkey
 
| demandpoll_pkey
 
| id
 
| id
Line 60: Line 58:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
+
 
|-
+
|- valign="top"
 
| demandpoll_request_time
 
| demandpoll_request_time
 
|  
 
|  
Line 73: Line 71:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[public.pollresults_(table)|public.pollresults]]
 
| [[public.pollresults_(table)|public.pollresults]]
 
| id
 
| id
 
| pollid
 
| pollid
 
|}
 
|}

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