{"table_name":"analytics_category_consent","full_table_name":"wp_analytics_category_consent","description":"Stores analytics category consent data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_analytics_category_consent` ( `id` char(36) NOT NULL, `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `datetime` datetime DEFAULT NULL, `expiration` datetime DEFAULT NULL, `allow` varchar(255) DEFAULT NULL, `reject` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `analytics_category_consent_1` (`uuid`), CONSTRAINT `analytics_category_consent_1` FOREIGN KEY (`uuid`) REFERENCES `wp_analytics_visitors` (`uuid`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE","columns":[{"name":"id","type":"char(36)","nullable":false,"primary_key":false},{"name":"uuid","type":"char(36)","nullable":false,"primary_key":false},{"name":"datetime","type":"datetime","nullable":true,"primary_key":false},{"name":"expiration","type":"datetime","nullable":true,"primary_key":false},{"name":"allow","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"reject","type":"varchar(255)","nullable":true,"primary_key":false}],"plugin":{"slug":"aesirx-consent","name":"AesirX Consent","active_installs":20,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/aesirx-consent/"}}