a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863056;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `customer_visitor` (\n  `visitor_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Visitor ID',\n  `customer_id` int(11) DEFAULT NULL COMMENT 'Customer ID',\n  `session_id` varchar(1) DEFAULT NULL COMMENT 'Deprecated: Session ID value no longer used',\n  `last_visit_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Last Visit Time',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  PRIMARY KEY (`visitor_id`),\n  KEY `CUSTOMER_VISITOR_CUSTOMER_ID` (`customer_id`),\n  KEY `CUSTOMER_VISITOR_LAST_VISIT_AT` (`last_visit_at`)\n) ENGINE=InnoDB AUTO_INCREMENT=1848877 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Visitor Table'"