{"table_name":"foxlms_lessons","full_table_name":"wp_foxlms_lessons","description":"Stores foxlms lessons data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_foxlms_lessons` ( `id` INT(16) UNSIGNED NOT NULL AUTO_INCREMENT, `post_id` INT(16) UNSIGNED DEFAULT NULL, `course_id` INT(16) UNSIGNED DEFAULT NULL, `course_post_id` INT(16) UNSIGNED DEFAULT NULL, `author_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `section_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `category_ids` TEXT NOT NULL, `question` TEXT NOT NULL, `question_description` TEXT NOT NULL, `lesson` TEXT NOT NULL, `lesson_description` TEXT NOT NULL, `type` VARCHAR(256) NOT NULL DEFAULT '', `status` VARCHAR(256) NOT NULL DEFAULT 'published', `trash_status` VARCHAR(256) NOT NULL DEFAULT '', `date_created` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `date_modified` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `user_variant` TEXT NULL, `user_explanation` TEXT NULL, `image` TEXT NOT NULL, `ordering` INT(11) NOT NULL DEFAULT '1', `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_lessons' \", 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":"course_id","type":"INT(16) UNSIGNED","nullable":true,"primary_key":false},{"name":"course_post_id","type":"INT(16) UNSIGNED","nullable":true,"primary_key":false},{"name":"author_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"section_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"category_ids","type":"TEXT","nullable":false,"primary_key":false},{"name":"question","type":"TEXT","nullable":false,"primary_key":false},{"name":"question_description","type":"TEXT","nullable":false,"primary_key":false},{"name":"lesson","type":"TEXT","nullable":false,"primary_key":false},{"name":"lesson_description","type":"TEXT","nullable":false,"primary_key":false},{"name":"type","type":"VARCHAR(256)","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":"date_created","type":"DATETIME","nullable":false,"primary_key":false},{"name":"date_modified","type":"DATETIME","nullable":false,"primary_key":false},{"name":"user_variant","type":"TEXT","nullable":true,"primary_key":false},{"name":"user_explanation","type":"TEXT","nullable":true,"primary_key":false},{"name":"image","type":"TEXT","nullable":false,"primary_key":false},{"name":"ordering","type":"INT(11)","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/"}}