Difference between revisions of "Database Table: pollitem"
From Dreamwidth Notes
Line 1: | Line 1: | ||
Global database; deprecated in favor of [[Database Table: pollitem2|pollitem2]] (clustered). | Global database; deprecated in favor of [[Database Table: pollitem2|pollitem2]] (clustered). | ||
− | [[Category: | + | [[Category: Removed Database Tables|pollitem]] |
=Definition= | =Definition= | ||
<source lang="sql"> | <source lang="sql"> |
Revision as of 14:56, 11 September 2009
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) )