Schema
Table Designer
Create and modify tables with a visual designer.
Creating a Table
- Right-click a schema in the sidebar
- Select New Table
- Use the visual designer to add columns, set types, and configure constraints
Editing a Table
Right-click an existing table and select Edit Table to modify its structure.
Column Options
| Option | Description |
|---|---|
| Name | Column name |
| Type | Data type (with autocomplete) |
| Nullable | Allow NULL values |
| Default | Default value expression |
| Primary Key | Include in primary key |
Preview SQL
The designer shows a live SQL preview of the CREATE TABLE or ALTER TABLE statement. Review the SQL before executing.