{"table_name":"cutelinks","full_table_name":"wp_cutelinks","description":"Stores cutelinks data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_cutelinks` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `cute_slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `affiliate_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `click_count` int DEFAULT '0',\\n  `follow_type` enum('nofollow','dofollow') COLLATE utf8mb4_unicode_520_ci DEFAULT 'nofollow',\\n  `redirect_type` enum('301','302','307') COLLATE utf8mb4_unicode_520_ci DEFAULT '301',\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `cute_slug` (`cute_slug`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"cute-links","name":"Cute Links – Free Link Branding and Link Cloaker Plugin with Click Tracking","active_installs":10,"version":"2.0.6","wp_org_url":"https://wordpress.org/plugins/cute-links/"}}