Database Table: pollresult2
From Dreamwidth Notes
Revision as of 19:32, 22 September 2011 by Exor674Bot (Talk | contribs)
This is a clustered table.
Definition
CREATE TABLE pollresult2 ( journalid INT UNSIGNED NOT NULL, pollid INT UNSIGNED NOT NULL, pollqid TINYINT UNSIGNED NOT NULL, userid INT UNSIGNED NOT NULL, VALUE VARCHAR(1024) DEFAULT NULL, PRIMARY KEY (journalid,pollid,pollqid), KEY (userid,pollid) )