{"table_name":"aichat_conversations","full_table_name":"wp_aichat_conversations","description":"Stores aichat conversations data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_aichat_conversations` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `user_id` bigint unsigned DEFAULT '0',\\n  `session_id` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\\n  `bot_slug` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\\n  `model` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `provider` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `page_id` bigint unsigned DEFAULT '0',\\n  `ip_address` varbinary(16) DEFAULT NULL,\\n  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `response` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `prompt_tokens` int unsigned DEFAULT NULL,\\n  `completion_tokens` int unsigned DEFAULT NULL,\\n  `total_tokens` int unsigned DEFAULT NULL,\\n  `cost_micros` bigint DEFAULT NULL,\\n  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `idx_session_bot` (`session_id`,`bot_slug`,`id`),\\n  KEY `idx_user` (`user_id`),\\n  KEY `idx_page` (`page_id`),\\n  KEY `idx_model` (`model`),\\n  KEY `idx_created_at` (`created_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"axiachat-ai","name":"AxiaChat AI – Free AI Chatbot (Answers Customers Automatically)","active_installs":2000,"version":"4.1.10","wp_org_url":"https://wordpress.org/plugins/axiachat-ai/"}}