{"table_name":"apbd_wps_debug_log","full_table_name":"wp_apbd_wps_debug_log","description":"A logging table that records activity, events, or audit history.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_apbd_wps_debug_log` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `entry_type` char(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'S' COMMENT 'radio(E=Error,S=Success)',\\n  `log_type` char(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'GEN' COMMENT 'drop(GEN=General,EML=Email,OTH=Others)',\\n  `title` char(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `log_data` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `status` char(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'S' COMMENT 'drop(F=Failed,S=Success)',\\n  `entry_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`) USING BTREE,\\n  KEY `entry_type` (`entry_type`) USING BTREE\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"support-genix-lite","name":"Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System","active_installs":1000,"version":"1.4.44","wp_org_url":"https://wordpress.org/plugins/support-genix-lite/"}}