{"table_name":"foxlms_lesson_reports","full_table_name":"wp_foxlms_lesson_reports","description":"Stores foxlms lesson reports data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_lesson_reports` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `course_id` bigint(20) unsigned NOT NULL DEFAULT '0', `lesson_id` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `report` text NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'in_review', `resolve_date` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `course_id` (`course_id`), KEY `lesson_id` (`lesson_id`), KEY `user_id` (`user_id`), KEY `status` (`status`), KEY `created` (`created`) ) $charset_collate;\"; $results = $wpdb->get_results( $wpdb->prepare( \"SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = %s AND table_name = 'wp_foxlms_lesson_reports' \", DB_NAME ) );","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"course_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"lesson_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"report","type":"text","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"resolve_date","type":"datetime","nullable":true,"primary_key":false},{"name":"created","type":"datetime","nullable":false,"primary_key":false},{"name":"updated","type":"datetime","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/"}}