{"slug":"cfw-contact-form-chat","name":"CFW – Contact Form Chat","description":"Create customizable contact forms that send messages directly to WhatsApp. Supports Arabic, multiple forms, and CSV export.","author":"aa96me","active_installs":20,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/cfw-contact-form-chat/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"cfwchat_messages","full_table_name":"wp_cfwchat_messages","description":"Stores cfwchat messages data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_cfwchat_messages` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `form_id` bigint unsigned NOT NULL,\\n  `phone` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}