{"table_name":"ahc_hits","full_table_name":"wp_ahc_hits","description":"Stores ahc hits data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `ahc_hits` ( `hit_id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY(`hit_id`), `hit_ip_address` VARCHAR(50) NOT NULL, `hit_user_agent` VARCHAR(200) NOT NULL, `hit_request_uri` VARCHAR(200) NULL, `hit_page_id` VARCHAR(30) NOT NULL, `hit_page_title` VARCHAR(200) NULL, `ctr_id` INT(3) UNSIGNED NULL, `hit_referer` VARCHAR(300) NULL, `hit_referer_site` VARCHAR(100) NULL, `srh_id` INT(3) UNSIGNED NULL, `hit_search_words` VARCHAR(200) NULL, `bsr_id` INT(3) UNSIGNED NOT NULL, `hit_date` DATE NOT NULL, `hit_time` TIME NOT NULL ) DEFAULT CHARSET","columns":[{"name":"hit_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"hit_ip_address","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"hit_user_agent","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"hit_request_uri","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"hit_page_id","type":"VARCHAR(30)","nullable":false,"primary_key":false},{"name":"hit_page_title","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"ctr_id","type":"INT(3) UNSIGNED","nullable":true,"primary_key":false},{"name":"hit_referer","type":"VARCHAR(300)","nullable":true,"primary_key":false},{"name":"hit_referer_site","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"srh_id","type":"INT(3) UNSIGNED","nullable":true,"primary_key":false},{"name":"hit_search_words","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"bsr_id","type":"INT(3) UNSIGNED","nullable":false,"primary_key":false},{"name":"hit_date","type":"DATE","nullable":false,"primary_key":false},{"name":"hit_time","type":"TIME","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/"}}