Database Table: ml langs
From Dreamwidth Notes
Revision as of 13:15, 2 October 2009 by Exor674Bot (Talk | contribs)
Definition
CREATE TABLE ml_langs ( lnid SMALLINT UNSIGNED NOT NULL, UNIQUE (lnid), lncode VARCHAR(16) NOT NULL, # en_US en_LJ en ch_HK ch_B5 etc... de_DE UNIQUE (lncode), lnname VARCHAR(60) NOT NULL, # "Deutsch" parenttype ENUM('diff','sim') NOT NULL, parentlnid SMALLINT UNSIGNED NOT NULL, lastupdate DATETIME NOT NULL )