{"table_name":"ahc_visitors","full_table_name":"wp_ahc_visitors","description":"Stores ahc visitors data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `ahc_visitors` ( `vst_id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (`vst_id`), `vst_date` DATE NOT NULL, `vst_visitors` INT(11) UNSIGNED NULL DEFAULT 0, `vst_visits` INT(11) UNSIGNED NULL DEFAULT 0 ) DEFAULT CHARSET","columns":[{"name":"vst_id","type":"INT(11) UNSIGNED","nullable":false,"primary_key":true},{"name":"vst_date","type":"DATE","nullable":false,"primary_key":false},{"name":"vst_visitors","type":"INT(11) UNSIGNED","nullable":true,"primary_key":false},{"name":"vst_visits","type":"INT(11) UNSIGNED","nullable":true,"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/"}}