{"database": "uap_deploy", "private": false, "path": "/uap_deploy", "size": 730435584, "tables": [{"name": "access_tokens", "columns": ["token_id", "token_secret", "email", "name", "note", "granted_at", "expires_at", "revoked", "last_used_at"], "primary_keys": ["token_id"], "count": 0, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "event_links", "columns": ["id", "event_id_1", "event_id_2", "distance_km", "days_apart", "link_type", "source_1", "source_2", "notes", "created_at"], "primary_keys": ["id"], "count": 108972, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "events", "columns": ["id", "canonical_id", "datetime_utc", "datetime_original", "datetime_confidence", "city", "state", "country", "latitude", "longitude", "geo_confidence", "shape", "duration_seconds", "witness_count", "witness_type", "description", "credibility_score", "anomaly_score", "scoring_version", "scoring_updated_at", "created_at", "updated_at", "content_hash", "location_type", "altitude_km", "orbit_inclination", "celestial_body", "ra_degrees", "dec_degrees", "obs_anti_gravity", "obs_sudden_accel", "obs_hypersonic", "obs_low_observ", "obs_trans_medium", "observable_count", "elizondo_tier", "source_name"], "primary_keys": ["id"], "count": 364930, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "evidence", "column": "id", "other_column": "event_id"}], "outgoing": []}, "private": false}, {"name": "evidence", "columns": ["id", "event_id", "report_id", "evidence_type", "description", "source_url", "file_path", "confidence", "created_at"], "primary_keys": ["id"], "count": 208, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "reports", "column": "report_id", "other_column": "id"}, {"other_table": "events", "column": "event_id", "other_column": "id"}]}, "private": false}, {"name": "reports", "columns": ["id", "event_id", "source_id", "original_id", "raw_file", "access_date", "ingestion_script"], "primary_keys": [], "count": null, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "evidence", "column": "id", "other_column": "report_id"}], "outgoing": []}, "private": false}, {"name": "sources", "columns": ["id", "name", "tier", "license", "base_url", "description", "created_at"], "primary_keys": ["id"], "count": 50, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 0, "views": [], "queries": [{"title": "High credibility cases", "sql": "SELECT id, datetime_utc, city, state, country, latitude, longitude, shape, credibility_score, description, source_name as source, obs_anti_gravity, obs_sudden_accel, obs_hypersonic, obs_low_observ, obs_trans_medium, observable_count, elizondo_tier FROM events WHERE credibility_score >= 5 AND latitude IS NOT NULL ORDER BY credibility_score DESC LIMIT 5000", "name": "high_credibility_cases", "private": false}], "allow_execute_sql": true, "query_ms": 297.93652705848217}