Difference between revisions of "Database Table: ratelist"

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

Revision as of 13:18, 2 October 2009

Definition

CREATE TABLE ratelist
(
 rlid TINYINT UNSIGNED NOT NULL AUTO_INCREMENT,
 name  VARCHAR(50) NOT NULL,
 des VARCHAR(255) NOT NULL,
 PRIMARY KEY (rlid),
 UNIQUE KEY (name)
 )

Relationships