Database Table: rateabuse
From Dreamwidth Notes
Revision as of 18:46, 2 October 2009 by Exor674Bot (Talk | contribs)
Definition
CREATE TABLE rateabuse ( rlid TINYINT UNSIGNED NOT NULL, userid INT UNSIGNED NOT NULL, evttime INT UNSIGNED NOT NULL, ip INT UNSIGNED NOT NULL, enum ENUM('soft','hard') NOT NULL, INDEX (rlid, evttime), INDEX (userid), INDEX (ip) )