{"table_name":"smack_followup_mail","full_table_name":"wp_smack_followup_mail","description":"Stores smack followup mail data created by this plugin.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_smack_followup_mail` (\\n  `id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `username` varchar(255) NOT NULL,\\n  `event` varchar(255) NOT NULL,\\n  `user_email` varchar(255) NOT NULL,\\n  `template_id` varchar(255) NOT NULL,\\n  `scheduled_date` datetime DEFAULT '0000-00-00 00:00:00',\\n  `orderid` varchar(255) DEFAULT NULL,\\n  `cartid` varchar(255) DEFAULT NULL,\\n  `product_id` int DEFAULT NULL,\\n  `user_id` int DEFAULT NULL,\\n  `status` int DEFAULT '0',\\n  `form_id` int DEFAULT NULL,\\n  `entry_id` int DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci","columns":[],"plugin":{"slug":"follow-up-emails","name":"Follow Up Emails","active_installs":80,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/follow-up-emails/"}}