PG Orbit · Features
Schema changes, with the DDL in plain sight
The table structure editor shows your columns as they are — names, types, length and precision, nullability, defaults, and key badges — and lets you stage changes with type dropdowns and switches instead of hand-written ALTER TABLE.
Preview before it runs
Staged changes accumulate into an Apply Changes bar, and you can inspect the exact SQL that will execute before committing. Nothing runs until you say so, and Reset discards the staged changes. Applying structure changes requires Premium; drop with optional cascade is supported.
- Add, modify, and drop columns with type dropdowns
- Primary and foreign key badges
- Exact DDL preview before execution
- Create new tables visually