Difference between revisions of "Database Table: ml domains"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Converting database table to use semantic mediawiki form.)
Line 1: Line 1:
 +
{{#set:name=ml_domains|clustered=false}}
 
= Definition =
 
= Definition =
  
Line 12: Line 13:
 
</source>
 
</source>
  
= Relationships =
+
{{Database Table Footer}}
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category: Database Tables|ml_domains]]
+

Revision as of 13:15, 2 October 2009

Definition

CREATE TABLE ml_domains
(
  dmid TINYINT UNSIGNED NOT NULL,
  PRIMARY KEY (dmid),
  TYPE VARCHAR(30) NOT NULL,
  args VARCHAR(255) NOT NULL DEFAULT '',
  UNIQUE (TYPE,args)
)

Relationships