{"table_name":"foxlms_orders","full_table_name":"wp_foxlms_orders","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_foxlms_orders` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `order_id` VARCHAR(256) NOT NULL DEFAULT '0', `course_post_id` INT(11) NOT NULL, `course_id` INT(11) NOT NULL, `user_id` INT(11) NOT NULL, `order_full_name` TEXT NULL DEFAULT NULL, `order_email` TEXT NULL DEFAULT NULL, `amount` TEXT NOT NULL, `currency` VARCHAR(256) NOT NULL DEFAULT '', `payment_date` DATETIME NOT NULL DEFAULT '1000-01-01 00:00:00', `type` TEXT NULL DEFAULT NULL, `status` TEXT NULL DEFAULT NULL, `options` TEXT NOT NULL, `coupon_info` 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_orders' \", DB_NAME ) );","columns":[{"name":"id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"order_id","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"course_post_id","type":"INT(11)","nullable":false,"primary_key":false},{"name":"course_id","type":"INT(11)","nullable":false,"primary_key":false},{"name":"user_id","type":"INT(11)","nullable":false,"primary_key":false},{"name":"order_full_name","type":"TEXT","nullable":true,"primary_key":false},{"name":"order_email","type":"TEXT","nullable":true,"primary_key":false},{"name":"amount","type":"TEXT","nullable":false,"primary_key":false},{"name":"currency","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"payment_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"type","type":"TEXT","nullable":true,"primary_key":false},{"name":"status","type":"TEXT","nullable":true,"primary_key":false},{"name":"options","type":"TEXT","nullable":false,"primary_key":false},{"name":"coupon_info","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/"}}