Database Table: ratelog

From Dreamwidth Notes
Revision as of 18:46, 2 October 2009 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

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