{"table_name":"foxlms_submissions","full_table_name":"wp_foxlms_submissions","description":"Stores form submissions and user-entered data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_submissions` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `course_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `post_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `user_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `questions_ids` TEXT NOT NULL, `lessons_ids` TEXT NOT NULL, `questions_post_ids` TEXT NOT NULL, `user_ip` VARCHAR(256) NOT NULL DEFAULT '', `user_name` TEXT NOT NULL, `user_email` TEXT NOT NULL, `start_date` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `end_date` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `submission_date` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `country` VARCHAR(256) NOT NULL DEFAULT '', `city` VARCHAR(256) NOT NULL DEFAULT '', `duration` VARCHAR(256) NOT NULL DEFAULT '0', `questions_count` VARCHAR(256) NOT NULL DEFAULT '0', `lessons_count` VARCHAR(256) NOT NULL DEFAULT '0', `unique_code` VARCHAR(256) NOT NULL DEFAULT '', `read` TINYINT(3) NOT NULL DEFAULT 0, `status` VARCHAR(256) NOT NULL DEFAULT 'published', `password` VARCHAR(256) NOT NULL DEFAULT '', `point` INT(11) NOT NULL DEFAULT '0', `changed` INT(11) UNSIGNED NOT NULL DEFAULT '0', `admin_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_submissions' \", DB_NAME ) );","columns":[{"name":"id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"course_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"post_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"user_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"questions_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"lessons_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"questions_post_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"user_ip","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"user_name","type":"TEXT","nullable":false,"primary_key":false},{"name":"user_email","type":"TEXT","nullable":false,"primary_key":false},{"name":"start_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"end_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"submission_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"country","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"city","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"duration","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"questions_count","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"lessons_count","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"unique_code","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"read","type":"TINYINT(3)","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"password","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"point","type":"INT(11)","nullable":false,"primary_key":false},{"name":"changed","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"admin_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/"}}