{"table_name":"aichat_appointment_slots","full_table_name":"wp_aichat_appointment_slots","description":"Stores aichat appointment slots data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_aichat_appointment_slots` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `day_of_week` tinyint NOT NULL,\\n  `start_time` time NOT NULL,\\n  `end_time` time NOT NULL,\\n  `slot_duration` int DEFAULT '30',\\n  `max_bookings` int DEFAULT '1',\\n  `is_active` tinyint(1) DEFAULT '1',\\n  `service` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT '',\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `day_of_week` (`day_of_week`),\\n  KEY `is_active` (`is_active`)\\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/"}}