Difference between revisions of "Database Table: ratelog"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'ratelog =Definition= <source lang="sql"> CREATE TABLE ratelog ( userid INT UNSIGNED NOT NULL, rlid TINYINT UNSIGNED NOT NULL, evttime INT UNSI...')
(No difference)

Revision as of 17:48, 22 March 2009

Definition

CREATE TABLE ratelog
(
 userid   INT UNSIGNED NOT NULL,
 rlid  TINYINT UNSIGNED NOT NULL,
 evttime  INT UNSIGNED NOT NULL,
 ip       INT UNSIGNED NOT NULL,
 INDEX (userid, rlid, evttime),
 quantity SMALLINT UNSIGNED NOT NULL
 )

Relationships

Location

Clustered database