Difference between revisions of "Public.demandpolls (table)"
Line 65: | Line 65: | ||
|} | |} | ||
− | === | + | === 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" | ||
− | | ''' | + | | '''Relation |
| '''Column | | '''Column | ||
− | | ''' | + | | '''Referenced Column |
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.demandpolls_(table)|public.demandpolls]] |
+ | | pollid | ||
| id | | id | ||
− | |||
|} | |} |
Revision as of 10:09, 27 August 2011
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 |
Foreign Keys
Relation | Column | Referenced Column |
public.demandpolls | pollid | id |