{"table_name":"burst_searches","full_table_name":"wp_burst_searches","description":"Stores burst searches data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_burst_searches ( `ID` int NOT NULL AUTO_INCREMENT, `search` varchar(191) NOT NULL, PRIMARY KEY (ID), UNIQUE KEY search_unique (search) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"ID","type":"int","nullable":false,"primary_key":true},{"name":"search","type":"varchar(191)","nullable":false,"primary_key":false}],"plugin":{"slug":"burst-statistics","name":"Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)","active_installs":200000,"version":"3.6.0.1","wp_org_url":"https://wordpress.org/plugins/burst-statistics/"}}