{"table_name":"edara_configuration","full_table_name":"wp_edara_configuration","description":"Stores edara configuration data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_edara_configuration` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `config_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `config_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `unique_config_key` (`config_key`)\\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/"}}