Database Table: logtext2
From Dreamwidth Notes
Revision as of 07:08, 28 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 logtext2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, subject VARCHAR(255) DEFAULT NULL, event MEDIUMTEXT, PRIMARY KEY (journalid, jitemid) ) max_rows=100000000