Table Detail Panel
The table detail panel is an editing area that opens at the bottom of the ERD. It handles table basic information, FK, Index, Constraint, DBMS-specific options, and display-only properties in one place.
Open Detail Panel
Open the panel from View in Detail Tab in the table-node toolbar or the detail-view action in the table context menu. The panel appears below the canvas and can be hidden again with the close button.
Table Basic Information
In the left area, check or edit Database, Schema, Table Name, and Comment. PostgreSQL and SQL Server show Database separately, while MySQL/MariaDB add Engine, Character Set, and Collation options.
| Field | Description |
|---|---|
| Database | Shows the Database that the table belongs to in PostgreSQL and SQL Server. |
| Schema | The Schema that the table belongs to. Display-only. |
| Table Name | The table name. Changing it is included in save and DB apply targets. |
| Comment | The table description. If the DBMS supports it, it is reflected as comment DDL. |
| Additional Options | Table options such as Engine, Character Set, and Collation for MySQL/MariaDB. |
FK, Index, Constraint
In the middle area, manage Foreign Keys, Indexes, and Constraints. Add or delete needed items and review the actual changes in the preview before applying.
| Area | Main Content |
|---|---|
| Foreign Keys | Shows FK name, FK columns, referenced table, and referenced columns, and lets you delete them. |
| Indexes | Manages index name, UNIQUE status, column list, DBMS-specific index type, and advanced options. |
| Constraints | Shows PK, FK, UNIQUE, and CHECK, and PostgreSQL can also add EXCLUSION. |
| Deferrable | Available for FK/UNIQUE/CHECK/EXCLUSION in PostgreSQL, FK/UNIQUE in Oracle, and FK in SQLite. |
PostgreSQL/Supabase Information
For PostgreSQL or Supabase connections, you can check Publication and RLS information.
| Item | Description |
|---|---|
| Publication | Checks whether the table is included in a publication. |
| RLS Toggle | Shows and can change Row-Level Security enabled state. |
| RLS Policies | Checks access policies applied to the table. |
| Policy Simulation | Checks whether policies behave as intended. |
NeoSQL Properties
NeoSQL Properties in the right area manages display-only properties used only in the ERD. Set table color and notes to make the diagram easier to read.
NeoSQL Properties are for ERD display, so they do not affect the actual table structure.
System Schema Restrictions
System Schema tables show a read-only notice, and structure-change buttons are disabled.
