{"table_name":"foxlms_sections","full_table_name":"wp_foxlms_sections","description":"Stores foxlms sections data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_foxlms_sections` ( `id` INT(16) UNSIGNED NOT NULL AUTO_INCREMENT, `title` VARCHAR(256) NOT NULL DEFAULT '', `description` 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_sections' \", DB_NAME ) );","columns":[{"name":"id","type":"INT(16) UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"description","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/"}}