{"table_name":"filled_in_errors","full_table_name":"wp_filled_in_errors","description":"Stores filled in errors data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_filled_in_errors` ( `id` int(11) unsigned NOT NULL auto_increment, `form_id` int(11) unsigned NOT NULL default '0', `data_id` int(11) unsigned NOT NULL default '0', `type` enum('pre','post','filter','result') NOT NULL default 'pre', `message` text NOT NULL, PRIMARY KEY (`id`) )\");","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"form_id","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"data_id","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"type","type":"enum('pre','post','filter','result')","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":false,"primary_key":false}],"plugin":{"slug":"filled-in","name":"Filled In","active_installs":20,"version":"1.9.6","wp_org_url":"https://wordpress.org/plugins/filled-in/"}}