drop table strikes
CREATE TABLE strikes ( striketime INT UNSIGNED NOT NULL DEFAULT '0', strikeip CHAR(15) NOT NULL DEFAULT '', username VARCHAR(100) NOT NULL DEFAULT '', KEY striketime (striketime), KEY strikeip (strikeip) )