Database Table: openproxy
From Dreamwidth Notes
Revision as of 17:35, 22 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE openproxy ( addr VARCHAR(15) NOT NULL, STATUS ENUM('proxy', 'clear'), asof INT UNSIGNED NOT NULL, src VARCHAR(80), PRIMARY KEY (addr) )