{"table_name":"fct_activity","full_table_name":"wp_fct_activity","description":"Stores fct activity data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_fct_activity` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info' COMMENT 'success / warning / failed / info',\\n  `log_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'activity' COMMENT 'api',\\n  `module_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'order' COMMENT 'Full Model Path',\\n  `module_id` bigint DEFAULT NULL,\\n  `module_name` varchar(192) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'order' COMMENT 'order / product / user / coupon / subscription / payment / refund / shipment / activity',\\n  `user_id` bigint unsigned DEFAULT NULL,\\n  `title` varchar(192) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `content` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `read_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'unread' COMMENT 'read / unread',\\n  `created_by` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'FCT-BOT' COMMENT 'FCT-BOT / usename',\\n  `created_at` datetime DEFAULT NULL,\\n  `updated_at` datetime DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `wp_fct_act__module_id_idx` (`module_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"fluent-cart","name":"FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler","active_installs":5000,"version":"1.3.18","wp_org_url":"https://wordpress.org/plugins/fluent-cart/"}}