{"table_name":"erp_acct_purchase_details_tax","full_table_name":"wp_erp_acct_purchase_details_tax","description":"Stores erp acct purchase details tax data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_erp_acct_purchase_details_tax ( id int(20) UNSIGNED NOT NULL AUTO_INCREMENT, invoice_details_id int(20) NOT NULL, agency_id int(20) DEFAULT NULL, tax_rate decimal(20,2) NOT NULL, created_at datetime DEFAULT NULL, created_by int(20) DEFAULT NULL, updated_at datetime DEFAULT NULL, updated_by int(20) DEFAULT NULL, PRIMARY KEY (id) ) $charset_collate\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );","columns":[{"name":"id","type":"int(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"invoice_details_id","type":"int(20)","nullable":false,"primary_key":false},{"name":"agency_id","type":"int(20)","nullable":true,"primary_key":false},{"name":"tax_rate","type":"decimal(20,2)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"created_by","type":"int(20)","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_by","type":"int(20)","nullable":true,"primary_key":false}],"plugin":{"slug":"erp","name":"ERP: Complete HR, Recruitment, Accounting & CRM Suite with WooCommerce CRM Support","active_installs":5000,"version":"1.17.5","wp_org_url":"https://wordpress.org/plugins/erp/"}}