{"table_name":"invoice","full_table_name":"wp_invoice","description":"Stores invoice data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_invoice` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `filename` varchar(200) DEFAULT NULL, `date` date DEFAULT NULL, `amount` decimal(11,2) DEFAULT NULL, `payment_target` int(11) DEFAULT NULL, `start_text` text, `end_text` text, `customer_id` int(11) DEFAULT NULL, `paid` date DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"filename","type":"varchar(200)","nullable":true,"primary_key":false},{"name":"date","type":"date","nullable":true,"primary_key":false},{"name":"amount","type":"decimal(11,2)","nullable":true,"primary_key":false},{"name":"payment_target","type":"int(11)","nullable":true,"primary_key":false},{"name":"start_text","type":"text","nullable":true,"primary_key":false},{"name":"end_text","type":"text","nullable":true,"primary_key":false},{"name":"customer_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"paid","type":"date","nullable":true,"primary_key":false}],"plugin":{"slug":"pdf-rechnungsverwaltung","name":"PDF-Rechnungsverwaltung","active_installs":0,"version":"0.0.1","wp_org_url":"https://wordpress.org/plugins/pdf-rechnungsverwaltung/"}}