{"table_name":"foxlms_settings","full_table_name":"wp_foxlms_settings","description":"Stores foxlms settings data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_settings` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `meta_key` TEXT NOT NULL, `meta_value` TEXT NOT NULL, `note` TEXT NOT NULL, `options` TEXT NOT NULL, PRIMARY KEY (`id`) ) $charset_collate;\"; $results = $wpdb->get_results(// phpcs:ignore $wpdb->prepare( \"SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = %s AND table_name = 'wp_foxlms_settings' \", DB_NAME ) );","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"meta_key","type":"TEXT","nullable":false,"primary_key":false},{"name":"meta_value","type":"TEXT","nullable":false,"primary_key":false},{"name":"note","type":"TEXT","nullable":false,"primary_key":false},{"name":"options","type":"TEXT","nullable":false,"primary_key":false}],"plugin":{"slug":"fox-lms","name":"Fox LMS – eLearning & Course Builder","active_installs":80,"version":"1.0.8.7","wp_org_url":"https://wordpress.org/plugins/fox-lms/"}}