{"table_name":"koko_analytics_paths","full_table_name":"wp_koko_analytics_paths","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_koko_analytics_paths ( id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, path VARCHAR(2000) NOT NULL, INDEX (path(255)) ) ENGINE","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"path","type":"VARCHAR(2000)","nullable":false,"primary_key":false}],"plugin":{"slug":"koko-analytics","name":"Koko Analytics – Privacy-Friendly WordPress Analytics","active_installs":60000,"version":"2.5.0","wp_org_url":"https://wordpress.org/plugins/koko-analytics/"}}