{"table_name":"gdpraccept_token","full_table_name":"wp_gdpraccept_token","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_gdpraccept_token` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `import_id` INT(11) UNSIGNED NOT NULL, `email` VARCHAR(256) NOT NULL, `token` VARCHAR(256) NOT NULL, `company_cif` VARCHAR(256) NOT NULL default '', `consent_ip` varchar(256), `consent_data` MEDIUMTEXT, `sending_date` TIMESTAMP NULL DEFAULT NULL, `sending_uid` VARCHAR(256) DEFAULT NULL, `sent_date` TIMESTAMP NULL DEFAULT NULL, PRIMARY KEY (`id`), INDEX `import_id` (`import_id` ASC) ) ENGINE","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"import_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"token","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"company_cif","type":"VARCHAR(256)","nullable":false,"primary_key":false},{"name":"consent_ip","type":"varchar(256)","nullable":true,"primary_key":false},{"name":"consent_data","type":"MEDIUMTEXT","nullable":true,"primary_key":false},{"name":"sending_date","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"sending_uid","type":"VARCHAR(256)","nullable":true,"primary_key":false},{"name":"sent_date","type":"TIMESTAMP","nullable":true,"primary_key":false}],"plugin":{"slug":"gdpraccept-lite","name":"GdprAccept Lite","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/gdpraccept-lite/"}}