Difference between revisions of "Database Table: ml text"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) (Robot: Updating: Format, needs desc, definition) |
Exor674Bot (Talk | contribs) (Robot: Updating: Format) |
||
Line 1: | Line 1: | ||
− | {{Database Table|name=ml_text|table type=global|need desc=1}} | + | {{Database Table|name=ml_text|table type=global|need desc=1|repo=dw-free}} |
= Definition = | = Definition = | ||
<source lang="sql"> | <source lang="sql"> |
Revision as of 15:54, 22 July 2010
This is a global table.
Definition
CREATE TABLE ml_text ( dmid TINYINT UNSIGNED NOT NULL, txtid INT UNSIGNED AUTO_INCREMENT NOT NULL, PRIMARY KEY (dmid, txtid), lnid SMALLINT UNSIGNED NOT NULL, itid SMALLINT UNSIGNED NOT NULL, INDEX (lnid, dmid, itid), text TEXT NOT NULL, userid INT UNSIGNED NOT NULL ) TYPE=MYISAM