{"table_name":"ahc_countries","full_table_name":"wp_ahc_countries","description":"Stores ahc countries data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `ahc_countries` ( `ctr_id` INT(5) UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY(`ctr_id`), `ctr_name` VARCHAR(100) NOT NULL, `ctr_internet_code` VARCHAR(5) NOT NULL, `ctr_latitude` VARCHAR(30) NULL, `ctr_longitude` VARCHAR(30) NULL, `ctr_visitors` INT(11) NOT NULL DEFAULT 0, `ctr_visits` INT(11) NOT NULL DEFAULT 0 ) DEFAULT CHARSET","columns":[{"name":"ctr_id","type":"INT(5) UNSIGNED","nullable":false,"primary_key":true},{"name":"ctr_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"ctr_internet_code","type":"VARCHAR(5)","nullable":false,"primary_key":false},{"name":"ctr_latitude","type":"VARCHAR(30)","nullable":true,"primary_key":false},{"name":"ctr_longitude","type":"VARCHAR(30)","nullable":true,"primary_key":false},{"name":"ctr_visitors","type":"INT(11)","nullable":false,"primary_key":false},{"name":"ctr_visits","type":"INT(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"visitors-traffic-real-time-statistics","name":"Visitor Traffic Real Time Statistics","active_installs":30000,"version":"8.10","wp_org_url":"https://wordpress.org/plugins/visitors-traffic-real-time-statistics/"}}