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