Difference between revisions of "Public.demandpolls (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.demandpolls |- |} {| border="1" cellpadding="5" cellspacing="0" style...) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| id | | id | ||
− | | | + | | integer |
| not null | | not null | ||
| | | | ||
Line 27: | Line 27: | ||
|- | |- | ||
| requesttime | | requesttime | ||
− | | | + | | timestamp with time zone |
| null | | null | ||
| | | | ||
Line 34: | Line 34: | ||
|- | |- | ||
| username | | username | ||
− | | | + | | varchar(32) |
| null | | null | ||
| | | | ||
Line 41: | Line 41: | ||
|- | |- | ||
| description | | description | ||
− | | | + | | varchar(128) |
| null | | null | ||
| | | |
Revision as of 14:42, 7 August 2009
wikibot
Table | public.demandpolls |
Column | Data Type | Nullable | Default | PK | Index |
id | integer | not null | demandpoll_pkey | ||
requesttime | timestamp with time zone | null | demandpoll_request_time | ||
username | varchar(32) | null | |||
description | varchar(128) | null |
Detail Table | Column | Referencing Column |
public.pollresults | id | pollid |