Public.demandpolls (table)
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 |