a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863059;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `jwt_auth_revoked` (\n  `user_type_id` int(10) unsigned NOT NULL COMMENT 'User Type ID',\n  `user_id` int(10) unsigned NOT NULL COMMENT 'User ID',\n  `revoke_before` bigint(20) unsigned NOT NULL COMMENT 'Not accepting tokens issued before this timestamp',\n  PRIMARY KEY (`user_type_id`,`user_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Holds revoked JWT authentication data'"