{"table_name":"invoice_position","full_table_name":"wp_invoice_position","description":"Stores invoice position data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_invoice_position` ( `invoice_id` int(11) unsigned NOT NULL, `position` int(11) NOT NULL, `description` text, `price` decimal(11,2) DEFAULT NULL, `amount` decimal(11,2) DEFAULT NULL, `unit` varchar(200) DEFAULT NULL, PRIMARY KEY (`invoice_id`,`position`) ) ENGINE","columns":[{"name":"invoice_id","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"position","type":"int(11)","nullable":false,"primary_key":false},{"name":"description","type":"text","nullable":true,"primary_key":false},{"name":"price","type":"decimal(11,2)","nullable":true,"primary_key":false},{"name":"amount","type":"decimal(11,2)","nullable":true,"primary_key":false},{"name":"unit","type":"varchar(200)","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/"}}