{"slug":"gdpraccept-lite","name":"GdprAccept Lite","description":"Simple GDPR acceptance plugin for small companies.","author":"chipsolutions","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/gdpraccept-lite/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"gdpraccept_company","full_table_name":"wp_gdpraccept_company","description":"Stores gdpraccept company data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"longname","type":"VARCHAR(255)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `wp_gdpraccept_company` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL, `longname` VARCHAR(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE"},{"table_name":"gdpraccept_consentform","full_table_name":"wp_gdpraccept_consentform","description":"Stores gdpraccept consentform data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"preamble","type":"MEDIUMTEXT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE `wp_gdpraccept_consentform` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL, `preamble` MEDIUMTEXT, PRIMARY KEY (`id`) ) ENGINE"},{"table_name":"gdpraccept_consentformfield","full_table_name":"wp_gdpraccept_consentformfield","description":"Stores gdpraccept consentformfield data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"consentform_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"fieldname","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"fieldlabel","type":"MEDIUMTEXT","nullable":true,"primary_key":false},{"name":"fieldtype","type":"enum('text','textarea','option')","nullable":true,"primary_key":false},{"name":"fieldorder","type":"INT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE `wp_gdpraccept_consentformfield` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `consentform_id` INT(11) UNSIGNED NOT NULL, `fieldname` VARCHAR(255) NOT NULL, `fieldlabel` MEDIUMTEXT, `fieldtype` enum('text','textarea','option'), `fieldorder` INT, PRIMARY KEY (`id`), INDEX `consentform_id` (`consentform_id` ASC) ) ENGINE"},{"table_name":"gdpraccept_emailtpl","full_table_name":"wp_gdpraccept_emailtpl","description":"Stores gdpraccept emailtpl data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"content","type":"MEDIUMTEXT","nullable":true,"primary_key":false},{"name":"subject","type":"VARCHAR(1024)","nullable":true,"primary_key":false},{"name":"lopd_link","type":"VARCHAR(4096)","nullable":true,"primary_key":false},{"name":"lopd_text","type":"VARCHAR(4096)","nullable":true,"primary_key":false},{"name":"logo_url","type":"VARCHAR(4096)","nullable":true,"primary_key":false},{"name":"company_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `wp_gdpraccept_emailtpl` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `content` MEDIUMTEXT, `subject` VARCHAR(1024) DEFAULT '', `lopd_link` VARCHAR(4096) DEFAULT '', `lopd_text` VARCHAR(4096) DEFAULT '', `logo_url` VARCHAR(4096) DEFAULT '', `company_id` INT(11) UNSIGNED NOT NULL, PRIMARY KEY (`id`), INDEX `company_id` (`company_id` ASC) ) ENGINE"},{"table_name":"gdpraccept_import","full_table_name":"wp_gdpraccept_import","description":"Stores gdpraccept import data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"VARCHAR(4096)","nullable":false,"primary_key":false},{"name":"date","type":"TIMESTAMP","nullable":false,"primary_key":false},{"name":"company_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `wp_gdpraccept_import` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL, `description` VARCHAR(4096) NOT NULL, `date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `company_id` INT(11) UNSIGNED NOT NULL, PRIMARY KEY (`id`), INDEX `company_id` (`company_id` ASC) ) ENGINE"},{"table_name":"gdpraccept_token","full_table_name":"wp_gdpraccept_token","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","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}],"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"}],"table_count":6}