The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Foorum::Schema::BannedIp - Table 'banned_ip'

COLUMNS

ip_id

INT(11)

NOT NULL, PRIMARY KEY

cidr_ip

VARCHAR(20)

NOT NULL

time

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>