{"table_name":"gdpraccept_import","full_table_name":"wp_gdpraccept_import","description":"Stores gdpraccept import data created by this plugin.","detection_method":"static","confidence":"medium","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","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}],"plugin":{"slug":"gdpraccept-lite","name":"GdprAccept Lite","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/gdpraccept-lite/"}}