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.

FieldDescription
DatabaseShows the Database that the table belongs to in PostgreSQL and SQL Server.
SchemaThe Schema that the table belongs to. Display-only.
Table NameThe table name. Changing it is included in save and DB apply targets.
CommentThe table description. If the DBMS supports it, it is reflected as comment DDL.
Additional OptionsTable 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.

AreaMain Content
Foreign KeysShows FK name, FK columns, referenced table, and referenced columns, and lets you delete them.
IndexesManages index name, UNIQUE status, column list, DBMS-specific index type, and advanced options.
ConstraintsShows PK, FK, UNIQUE, and CHECK, and PostgreSQL can also add EXCLUSION.
DeferrableAvailable 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.

ItemDescription
PublicationChecks whether the table is included in a publication.
RLS ToggleShows and can change Row-Level Security enabled state.
RLS PoliciesChecks access policies applied to the table.
Policy SimulationChecks 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.

Note:

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.