Schema Browser

The Schema Browser provides a tree view of your database structure, making it easy to navigate schemas, tables, columns, indexes, and constraints.

Features

  • Tree navigation — expand/collapse schemas, tables, and columns
  • Column details — view data types, nullability, defaults, and descriptions
  • Indexes — browse existing indexes on each table
  • Constraints — view primary keys, foreign keys, unique constraints, and check constraints
  • Relations — see table relationships and foreign key references

DDL viewer

View and copy the CREATE TABLE statement for any table:

  1. Navigate to a table in the schema tree
  2. Click the DDL button
  3. The full CREATE TABLE statement is displayed
  4. Click Copy to copy it to your clipboard

Navigating the tree

  • Schemas are listed at the top level
  • Expand a schema to see its tables
  • Expand a table to see columns, indexes, and constraints
  • Click any item to view its details in the main panel