{"table_name":"hizzle_download_logs","full_table_name":"wp_hizzle_download_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_hizzle_download_logs` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `timestamp` datetime NOT NULL,\\n  `file_id` bigint unsigned NOT NULL,\\n  `user_id` bigint unsigned DEFAULT NULL,\\n  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `file_id` (`file_id`),\\n  KEY `timestamp` (`timestamp`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"hizzle-downloads","name":"Simple Download Manager – Hizzle Downloads","active_installs":10,"version":"1.3.0","wp_org_url":"https://wordpress.org/plugins/hizzle-downloads/"}}