Difference between revisions of "Database Table: openproxy"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'openproxy =Definition= <source lang="sql"> CREATE TABLE openproxy ( addr VARCHAR(15) NOT NULL, status ENUM('proxy', 'clear'), ...')
(No difference)

Revision as of 17:35, 22 March 2009

Definition

CREATE TABLE openproxy (
    addr        VARCHAR(15) NOT NULL,
    STATUS      ENUM('proxy', 'clear'),
    asof        INT UNSIGNED NOT NULL,
    src         VARCHAR(80),
    PRIMARY KEY (addr)
)

Relationships

Location

Global database