ALTER TABLE `visitors`
  ADD KEY `idx_visitors_id_fingerprint_last_seen_id` (`visitor_id`, `fingerprint`, `last_seen_at`, `id`);
