{"table_name":"apbd_wps_chatbot_events","full_table_name":"wp_apbd_wps_chatbot_events","description":"Stores apbd wps chatbot events data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_apbd_wps_chatbot_events` (\\n  `id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `keyword_id` int unsigned NOT NULL,\\n  `founded` char(1) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'bool(Y=Yes,N=No)',\\n  `count` int NOT NULL DEFAULT '0',\\n  `created_at` datetime NOT NULL,\\n  `created_date` date GENERATED ALWAYS AS (cast(`created_at` as date)) STORED,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `keyword_id_founded_created_date` (`keyword_id`,`founded`,`created_date`),\\n  KEY `keyword_id` (`keyword_id`),\\n  KEY `founded` (`founded`),\\n  KEY `created_at` (`created_at`),\\n  KEY `created_date` (`created_date`),\\n  CONSTRAINT `fkcb_keyword_id` FOREIGN KEY (`keyword_id`) REFERENCES `wp_apbd_wps_chatbot_keywords` (`id`) ON DELETE CASCADE\\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/"}}