{"table_name":"foxlms_questions","full_table_name":"wp_foxlms_questions","description":"Stores foxlms questions data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_questions` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `course_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `lesson_id` INT(11) UNSIGNED NOT NULL, `user_id` INT(11) UNSIGNED NOT NULL, `question` TEXT NOT NULL, `date_created` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, `likes` INT(11) NOT NULL DEFAULT '0', `reply_count` INT(11) NOT NULL DEFAULT '0', `status` VARCHAR(50) NOT NULL DEFAULT 'published', `options` TEXT NOT NULL, PRIMARY KEY (`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_questions' \", 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":"user_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"question","type":"TEXT","nullable":false,"primary_key":false},{"name":"date_created","type":"DATETIME","nullable":false,"primary_key":false},{"name":"likes","type":"INT(11)","nullable":false,"primary_key":false},{"name":"reply_count","type":"INT(11)","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(50)","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/"}}