--- On Fri, 9/28/12, Hans Witvliet <asterisk at a-domani.nl> wrote: > how about the line: > `ipaddr` varchar(15) DEFAULT NULL, > > Wonder how they try to squeeze an IPv6 address in it... > should be: > `ipaddr` varchar(50) DEFAULT NULL, I think `ipaddr` varchar(45) DEFAULT NULL, should be enough. Vieri