Database Table: ml_items
From Dreamwidth Notes
Revision as of 11:27, 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 global table.
Definition
CREATE TABLE ml_items ( dmid TINYINT UNSIGNED NOT NULL, itid MEDIUMINT UNSIGNED AUTO_INCREMENT NOT NULL, PRIMARY KEY (dmid, itid), itcode VARCHAR(80) NOT NULL, UNIQUE (dmid, itcode), notes MEDIUMTEXT ) TYPE=MYISAM