Difference between revisions of "Database Table: usercounter"

From Dreamwidth Notes
Jump to: navigation, search
m
m (Robot: Converting database table to use database table header template.)
Line 1: Line 1:
{{#set:name=usercounter|table type=global}}
+
{{Database Table|name=usercounter|table type=global}}
 
See also [[Database Table: counter|counter]]
 
See also [[Database Table: counter|counter]]
 
= Definition =
 
= Definition =

Revision as of 11:34, 27 January 2010

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a global table. 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