Database Table: pollitem

From Dreamwidth Notes
Revision as of 23:11, 22 March 2009 by SlowSculpture (Talk | contribs)

Jump to: navigation, search

Global database; deprecated in favor of pollitem2 (clustered).

Definition

CREATE TABLE pollitem (
  pollid INT(10) UNSIGNED NOT NULL DEFAULT '0',
  pollqid tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  pollitid tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  sortorder tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  item VARCHAR(255) DEFAULT NULL,
  PRIMARY KEY  (pollid,pollqid,pollitid)
)

Relationships

Location

Global database