Difference between revisions of "Public.demandpolls (table)"
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 | ||
|} | |} |
Revision as of 23:38, 24 June 2010
wikibot
Table | public.demandpolls |
Columns
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
Primary Key | Columns |
demandpoll_pkey | id |
Indexes
Index | Type | Columns |
demandpoll_request_time | requesttime |
Detail Tables
Detail Table | Column | Referencing Column |
public.pollresults | id | pollid |