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 `oauth_token_request_log` (\n  `log_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Log ID',\n  `user_name` varchar(255) NOT NULL COMMENT 'Customer email or admin login',\n  `user_type` smallint(5) unsigned NOT NULL COMMENT 'User type (admin or customer)',\n  `failures_count` smallint(5) unsigned DEFAULT 0 COMMENT 'Number of failed authentication attempts in a row',\n  `lock_expires_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Lock expiration time',\n  PRIMARY KEY (`log_id`),\n  UNIQUE KEY `OAUTH_TOKEN_REQUEST_LOG_USER_NAME_USER_TYPE` (`user_name`,`user_type`)\n) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Log of token request authentication failures.'"