{"table_name":"accounts_expense_types","full_table_name":"wp_accounts_expense_types","description":"Stores accounts expense types data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_accounts_expense_types ( ID int(11) NOT NULL AUTO_INCREMENT, expense_type varchar(255) NOT NULL, expense tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (ID) ) {$wpdb->get_charset_collate()} AUTO_INCREMENT=1;\", 'insert_row' => 'expense_type', 'insert' => array( 1 => 'Capital', 2 => 'Accounting', 3 => 'Director\\'s Loan', 4 => 'Telephone', 5 => 'Web Servers and Domain Names', 6 => 'Sub-Contract Work', 7 => 'Supplies', 8 => 'Advertising and Marketing', 9 => 'Sundries', 10 => 'Printing, Postage and Stationery', 11 => 'Bounced Cheques', 12 => 'Wages', 13 => 'Dividends', 14 => 'Subscriptions', 15 => 'Repairs and Renewals', 16 => 'Business Trip Expenses', 17 => 'HMRC', 18 => 'Entertaining', 19 => 'Insurance', 20 => 'Legal and Professional', 21 => 'Vehicle Running', 22 => 'Purchases', 23 => 'Bank / eBay / Paypal Charges' ) );","columns":[{"name":"ID","type":"int(11)","nullable":false,"primary_key":true},{"name":"expense_type","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"expense","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"Postage","type":"and","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-accounts","name":"Web:D Accounts","active_installs":10,"version":"2.0.1","wp_org_url":"https://wordpress.org/plugins/wp-accounts/"}}