Schema
Schema Browser
Explore your database schema in the sidebar.
Overview
The sidebar displays your complete database schema in a tree structure: schemas, tables, views, columns, indexes, and functions.
Navigation
- Expand/collapse — click the arrow next to any node
- Quick open — press
⌘ + Pto search for tables, columns, and views by name - Refresh — right-click and select Refresh Schema to reload
Column Details
Click a table to see its columns with:
- Column name and data type
- Nullable indicator
- Default values
- Primary key and foreign key indicators
Context Menu
Right-click any table for quick actions:
- Open in Data Browser
- New Query Tab — opens a
SELECT *query - Copy Name — copies the fully-qualified table name
- Refresh Schema