Difference between revisions of "Database Table: ml langdomains"
From Dreamwidth Notes
(Created page with 'ml_langdomains =Definition= <source lang="sql"> CREATE TABLE ml_langdomains ( lnid SMALLINT UNSIGNED NOT NULL, dmid TINYINT UNSIGNED NOT NU...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE ml_langdomains | CREATE TABLE ml_langdomains | ||
Line 15: | Line 15: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|ml_langdomains]] |
Revision as of 14:23, 1 April 2009
Definition
CREATE TABLE ml_langdomains ( lnid SMALLINT UNSIGNED NOT NULL, dmid TINYINT UNSIGNED NOT NULL, PRIMARY KEY (lnid, dmid), dmmaster ENUM('0','1') NOT NULL, lastgetnew DATETIME, lastpublish DATETIME, countokay SMALLINT UNSIGNED NOT NULL, counttotal SMALLINT UNSIGNED NOT NULL )