{"table_name":"accounts_payment_methods","full_table_name":"wp_accounts_payment_methods","description":"Stores accounts payment methods data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_accounts_payment_methods ( ID int(11) NOT NULL AUTO_INCREMENT, payment_method varchar(12) NOT NULL, PRIMARY KEY (ID) ) {$wpdb->get_charset_collate()} AUTO_INCREMENT=1;\", 'insert_row' => 'payment_method', 'insert' => array( 1 => 'Paypal', 2 => 'BACS', 3 => 'Cheque', 4 => 'Cash', 5 => 'Credit Card', 6 => 'Debit Card', 7 => 'Direct Debit' ) );","columns":[{"name":"ID","type":"int(11)","nullable":false,"primary_key":true},{"name":"payment_method","type":"varchar(12)","nullable":false,"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/"}}