The Table Editor in dbForge Studio for PostgreSQL provides a visual interface for working with tables. You can use it to create and modify tables, columns, constraints, indexes, and triggers without manually writing DDL statements.
The editor generates the corresponding CREATE or ALTER script based on your changes. You can review the script before applying the changes.
Open the Table Editor in one of these ways:
Note
To open the Table Editor for an existing table, in Database Explorer, right-click the table and select Open Editor.

The Table Editor includes the following tabs:
CREATE TABLE or ALTER TABLE statement based on your changes.You can add or edit the following table details:
table1. If a table with this name already exists, dbForge Studio assigns the next available name, such as table2, table3, and so on.public.Note
If you’re editing an existing table, you can’t change the schema.
You can use the detail grid to add and manage columns, indexes, constraints, and triggers.
You can use the detail panel to configure additional properties for columns, indexes, and constraints.
You can use the bottom panel to refresh the object, apply changes, or generate a script for review before execution.
Click Refresh Object to load the latest object definition from the server. If no changes are detected, the editor remains unchanged.
An asterisk (*) on the tab title indicates that there are unsaved changes. To save and apply them, select Apply Changes.
Click Script Changes to view the generated script in a new SQL document. This script shows the changes that will be applied when you click Apply Changes.
You can also click the arrow next to Script Changes and select one of the following options:
Note
Apply Changes and Script Changes are available only after you make changes to the table.

The Table Editor supports two layouts: split and combined.
By default, the Table Editor opens in the split layout.
To switch from the combined layout to the split layout, in the upper-right corner of Table Editor, click
.

You can also hide the SQL Editor by clicking the horizontal splitter or dragging it down.

To switch to the combined layout, in the upper-right corner of Table Editor, click
.
In the combined layout, only one view is displayed at a time.
