{"table_name":"accounts_countries","full_table_name":"wp_accounts_countries","description":"Stores accounts countries data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_accounts_countries ( ID int(11) NOT NULL AUTO_INCREMENT, country_code varchar(2) NOT NULL, country varchar(255) NOT NULL, PRIMARY KEY (ID) ) {$wpdb->get_charset_collate()} AUTO_INCREMENT=1;\" );","columns":[{"name":"ID","type":"int(11)","nullable":false,"primary_key":true},{"name":"country_code","type":"varchar(2)","nullable":false,"primary_key":false},{"name":"country","type":"varchar(255)","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/"}}