{"table_name":"foxlms_courses","full_table_name":"wp_foxlms_courses","description":"Stores foxlms courses data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_foxlms_courses` ( `id` INT(16) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` INT(16) UNSIGNED DEFAULT NULL, `author_id` INT(16) UNSIGNED NOT NULL DEFAULT '0', `title` TEXT NOT NULL, `description` TEXT NOT NULL, `category_ids` TEXT NOT NULL, `question_ids` TEXT NOT NULL, `lesson_ids` TEXT NOT NULL, `section_ids` TEXT NOT NULL, `sections_count` INT(11) NOT NULL DEFAULT '0', `questions_count` INT(11) NOT NULL DEFAULT '0', `lessons_count` INT(11) NOT NULL DEFAULT '0', `date_created` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `date_modified` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `image` TEXT NOT NULL, `status` VARCHAR(256) NOT NULL DEFAULT 'published', `trash_status` VARCHAR(256) NOT NULL DEFAULT '', `ordering` INT(16) NOT NULL, `custom_post_id` INT(16) UNSIGNED DEFAULT NULL, `conditions` LONGTEXT 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_courses' \", DB_NAME ) );","columns":[{"name":"id","type":"INT(16) UNSIGNED","nullable":false,"primary_key":true},{"name":"post_id","type":"INT(16) UNSIGNED","nullable":true,"primary_key":false},{"name":"author_id","type":"INT(16) 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":"category_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"question_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"lesson_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"section_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"sections_count","type":"INT(11)","nullable":false,"primary_key":false},{"name":"questions_count","type":"INT(11)","nullable":false,"primary_key":false},{"name":"lessons_count","type":"INT(11)","nullable":false,"primary_key":false},{"name":"date_created","type":"DATETIME","nullable":false,"primary_key":false},{"name":"date_modified","type":"DATETIME","nullable":false,"primary_key":false},{"name":"image","type":"TEXT","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"trash_status","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"ordering","type":"INT(16)","nullable":false,"primary_key":false},{"name":"custom_post_id","type":"INT(16) UNSIGNED","nullable":true,"primary_key":false},{"name":"conditions","type":"LONGTEXT","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/"}}