{"table_name":"foxlms_teachers_activity","full_table_name":"wp_foxlms_teachers_activity","description":"Stores foxlms teachers activity data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_teachers_activity` ( `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, `user_id` INT(20) UNSIGNED NOT NULL DEFAULT '0', `created` DATETIME NOT NULL, `updated` DATETIME NOT NULL, `status` VARCHAR(256) DEFAULT NULL, `options` TEXT DEFAULT 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_teachers_activity' \", DB_NAME ) );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"INT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"created","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated","type":"DATETIME","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(256)","nullable":true,"primary_key":false},{"name":"options","type":"TEXT","nullable":true,"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/"}}