Difference between revisions of "Database Table: stats"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'stats =Definition= <source lang="sql"> CREATE TABLE stats ( statcat varchar(30) NOT NULL, statkey varchar(150) NOT NULL, statval int(10) unsign...')
(No difference)

Revision as of 18:02, 22 March 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

Location

Global database