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 `password_reset_request_event` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `request_type` smallint(5) unsigned NOT NULL COMMENT 'Type of the event under a security control',\n  `account_reference` varchar(255) DEFAULT NULL COMMENT 'An identifier for existing account or another target',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Timestamp when the event occurs',\n  `ip` varchar(15) NOT NULL COMMENT 'Remote user IP',\n  PRIMARY KEY (`id`),\n  KEY `PASSWORD_RESET_REQUEST_EVENT_ACCOUNT_REFERENCE` (`account_reference`),\n  KEY `PASSWORD_RESET_REQUEST_EVENT_CREATED_AT` (`created_at`)\n) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Password Reset Request Event under a security control'"