a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863063;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `persistent_session` (\n  `persistent_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Session ID',\n  `key` varchar(50) NOT NULL COMMENT 'Unique cookie key',\n  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer ID',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Website ID',\n  `info` text DEFAULT NULL COMMENT 'Session Data',\n  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Updated At',\n  PRIMARY KEY (`persistent_id`),\n  UNIQUE KEY `PERSISTENT_SESSION_KEY` (`key`),\n  UNIQUE KEY `PERSISTENT_SESSION_CUSTOMER_ID` (`customer_id`),\n  KEY `PERSISTENT_SESSION_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` (`website_id`),\n  KEY `PERSISTENT_SESSION_UPDATED_AT` (`updated_at`),\n  CONSTRAINT `PERSISTENT_SESSION_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,\n  CONSTRAINT `PERSISTENT_SESSION_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=12817 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Persistent Session'"