Database Table: poll2

From Dreamwidth Notes
Revision as of 11:55, 27 January 2010 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a clustered table.

Definition

CREATE TABLE poll2 (
  journalid INT UNSIGNED NOT NULL,
  pollid INT UNSIGNED NOT NULL,
  posterid INT UNSIGNED NOT NULL,
  ditemid INT UNSIGNED NOT NULL,
  whovote ENUM('all','friends','ofentry') NOT NULL DEFAULT 'all',
  whoview ENUM('all','friends','ofentry','none') NOT NULL DEFAULT 'all',
  name VARCHAR(255) DEFAULT NULL,
  PRIMARY KEY  (journalid,pollid)
)

Relationships