{"table_name":"foxlms_announcements","full_table_name":"wp_foxlms_announcements","description":"Stores foxlms announcements data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_announcements` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `course_id` INT(20) UNSIGNED NOT NULL DEFAULT '0', `teacher_id` INT(20) UNSIGNED NOT NULL DEFAULT '0', `title` TEXT NOT NULL, `description` TEXT NOT NULL, `created_at` DATETIME 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_announcements' \", DB_NAME ) );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"course_id","type":"INT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"teacher_id","type":"INT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"title","type":"TEXT","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","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/"}}