Difference between revisions of "Database Table: stats"

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

Revision as of 13:21, 2 October 2009

Definition

CREATE TABLE stats (
  statcat VARCHAR(30) NOT NULL,
  statkey VARCHAR(150) NOT NULL,
  statval INT(10) UNSIGNED NOT NULL,
  UNIQUE KEY statcat_2 (statcat,statkey)
)

Relationships