Difference between revisions of "Database Table: usercounter"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Changing Category:Database Tables)
m
Line 1: Line 1:
 +
{{#set:name=usercounter|table type=global}}
 
See also [[Database Table: counter|counter]]
 
See also [[Database Table: counter|counter]]
 
 
= Definition =
 
= Definition =
  
Line 11: Line 11:
 
)
 
)
 
</source>
 
</source>
 
+
{{Database Table Footer}}
= Relationships =
+
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category:Database Tables Needing Conversion|usercounter]]
+

Revision as of 18:46, 5 October 2009

See also counter

Definition

CREATE TABLE usercounter (
  journalid  INT UNSIGNED NOT NULL,
  area       CHAR(1) NOT NULL,
  PRIMARY KEY (journalid, area),
  MAX        INT UNSIGNED NOT NULL
)

Relationships