{"table_name":"wpl_cookie_scan_cookies","full_table_name":"wp_wpl_cookie_scan_cookies","description":"Stores wpl cookie scan cookies data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_wpl_cookie_scan_cookies` (\\n  `id_wpl_cookie_scan_cookies` int NOT NULL AUTO_INCREMENT,\\n  `id_wpl_cookie_scan` int NOT NULL DEFAULT '0',\\n  `id_wpl_cookie_scan_url` int NOT NULL DEFAULT '0',\\n  `name` varchar(50) NOT NULL,\\n  `domain` varchar(255) NOT NULL DEFAULT '',\\n  `duration` varchar(255) DEFAULT NULL,\\n  `type` varchar(255) DEFAULT NULL,\\n  `category` varchar(50) NOT NULL,\\n  `category_id` int NOT NULL,\\n  `description` text,\\n  PRIMARY KEY (`id_wpl_cookie_scan_cookies`),\\n  UNIQUE KEY `cookie` (`id_wpl_cookie_scan`,`name`),\\n  KEY `category_id` (`category_id`),\\n  CONSTRAINT `wp_wpl_cookie_scan_cookies_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `wp_gdpr_cookie_scan_categories` (`id_gdpr_cookie_category`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci","columns":[],"plugin":{"slug":"gdpr-cookie-consent","name":"Cookie Banner for GDPR / CCPA – WPLP Cookie Consent","active_installs":9000,"version":"4.3.6","wp_org_url":"https://wordpress.org/plugins/gdpr-cookie-consent/"}}