{"table_name":"edara_logs","full_table_name":"wp_edara_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_edara_logs` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `operation` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `details` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"edara-connect","name":"Edara Connect","active_installs":20,"version":"2.0.5","wp_org_url":"https://wordpress.org/plugins/edara-connect/"}}