I have the following table:
CREATE TABLE `visitor_tokens` ( `id` int(7) UNSIGNED NOT NULL, `visitor` int(7) UNSIGNED NOT NULL, `token` varchar(150) COLL