create table hosts (
ts timestamp,
rtime datetime,
filterid smallint NOT NULL,
rtype smallint,
method smallint,
reason smallint,
clt_ip char(16),
clt_port smallint unsigned,
srv_ip char(16),
srv_port smallint unsigned,
clt_bytes int unsigned,
srv_bytes int unsigned,
host char(250));
|