{"slug":"wplog","name":"WPLog","description":"wordpress logging","author":"wplog","active_installs":30,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/wplog/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"log","full_table_name":"wp_log","description":"Stores log data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_log` (\\n  `site_id` bigint unsigned NOT NULL DEFAULT '0',\\n  `user_id` bigint unsigned NOT NULL DEFAULT '0',\\n  `ctime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `agent` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `query` longtext COLLATE utf8mb4_unicode_520_ci,\\n  KEY `site` (`site_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}