{"table_name":"hizzle_download_files","full_table_name":"wp_hizzle_download_files","description":"Stores hizzle download files data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_hizzle_download_files` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `file_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `file_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `git_url` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `category` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `download_count` bigint unsigned NOT NULL DEFAULT '0',\\n  `menu_order` bigint unsigned NOT NULL DEFAULT '0',\\n  `metadata` text COLLATE utf8mb4_unicode_520_ci,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `file_name` (`file_name`(191)),\\n  UNIQUE KEY `git_url` (`git_url`(191))\\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/"}}