{"table_name":"foxlms_question_answers","full_table_name":"wp_foxlms_question_answers","description":"Stores foxlms question answers data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_question_answers` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `course_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `lesson_id` INT(11) UNSIGNED NOT NULL, `question_id` INT(11) UNSIGNED NOT NULL, `user_id` INT(11) UNSIGNED NOT NULL, `answer` TEXT NOT NULL, `date_created` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, `options` TEXT NOT NULL, PRIMARY KEY (`id`), KEY `question_id` (`question_id`), KEY `lesson_id` (`lesson_id`), KEY `course_id` (`course_id`), KEY `user_id` (`user_id`) )$charset_collate;\"; $results = $wpdb->get_results( $wpdb->prepare( \"SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = %s AND table_name = 'wp_foxlms_question_answers' \", DB_NAME ) );","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"course_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"lesson_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"question_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"user_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"answer","type":"TEXT","nullable":false,"primary_key":false},{"name":"date_created","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/"}}