{"table_name":"burst_goal_statistics","full_table_name":"wp_burst_goal_statistics","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_burst_goal_statistics ( `ID` int NOT NULL AUTO_INCREMENT, `statistic_id` int NOT NULL, `goal_id` int NOT NULL, PRIMARY KEY (ID), UNIQUE KEY goal_statistic_unique (goal_id, statistic_id) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"ID","type":"int","nullable":false,"primary_key":true},{"name":"statistic_id","type":"int","nullable":false,"primary_key":false},{"name":"goal_id","type":"int","nullable":false,"primary_key":false}],"plugin":{"slug":"burst-statistics","name":"Burst Statistics – Privacy-Friendly WordPress Analytics (Google Analytics Alternative)","active_installs":200000,"version":"3.3.0","wp_org_url":"https://wordpress.org/plugins/burst-statistics/"}}