Features & workflows

Creating tables and databases

Updated 2026-07-28 · 1 min read

Build a table, database or schema through a form, review the SQL it produces, and change or drop objects safely.

You no longer have to hand-write DDL for routine work. From the sidebar you can create a database or schema, create a table with its columns, types, keys and indexes, and edit or drop an existing object — each through a form.

You still see the SQL

AddisDB shows you the exact statement it is about to run before it runs it. The form is a faster way to write the SQL, not a replacement for reading it.

Dropping something

Dropping an object is destructive and irreversible, so it gets a confirmation step that names exactly what is about to be removed. On a read-only or production connection it is blocked outright until you grant edit access.