{"table_name":"locations","full_table_name":"wp_locations","description":"Stores locations data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS locations ( doc_id INTEGER, longitude REAL, latitude REAL, cos_lat REAL, sin_lat REAL, cos_lng REAL, sin_lng REAL )\");","columns":[{"name":"doc_id","type":"INTEGER","nullable":true,"primary_key":false},{"name":"longitude","type":"REAL","nullable":true,"primary_key":false},{"name":"latitude","type":"REAL","nullable":true,"primary_key":false},{"name":"cos_lat","type":"REAL","nullable":true,"primary_key":false},{"name":"sin_lat","type":"REAL","nullable":true,"primary_key":false},{"name":"cos_lng","type":"REAL","nullable":true,"primary_key":false},{"name":"sin_lng","type":"REAL","nullable":true,"primary_key":false}],"plugin":{"slug":"admin-instant-search","name":"Admin Instant Search","active_installs":0,"version":"1.1.1","wp_org_url":"https://wordpress.org/plugins/admin-instant-search/"}}