Database Table: pollitem
From Dreamwidth Notes
Revision as of 14:56, 11 September 2009 by 68.17.171.105 (Talk)
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) )