Database Table: talkleft
From Dreamwidth Notes
Revision as of 11:33, 27 January 2010 by Exor674Bot (Talk | contribs)
"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a clustered table.
Definition
CREATE TABLE talkleft ( userid INT UNSIGNED NOT NULL, posttime INT UNSIGNED NOT NULL, INDEX (userid, posttime), journalid INT UNSIGNED NOT NULL, nodetype CHAR(1) NOT NULL, nodeid INT UNSIGNED NOT NULL, INDEX (journalid, nodetype, nodeid), jtalkid MEDIUMINT UNSIGNED NOT NULL, publicitem ENUM('1','0') NOT NULL DEFAULT '1' )