Start typing to search tools…
🛠️ All Tools
💻 Programming
📋 JSON Formatter 🌳 JSON Tree ✅ JSON Validator 📦 JSON Minifier 📄 XML Formatter ✅ XML Validator 🌲 XML Tree 🎨 CSS Formatter ✨ CSS Generator 🌐 HTML Formatter ⚡ JS Formatter 🗄️ SQL Formatter 🏗️ SQL Builder 📊 CSV Formatter 📝 YAML Formatter 🔗 ER Diagram 📐 UML Diagram 🔀 Flowchart 📋 Table Schema ⚙️ Programming Tools
🌐 Network & DNS
🔍 DNS Lookup 🌍 DNS Propagation 🔎 WHOIS Lookup 🔒 SSL Checker 📡 Ping Test ⚡ Speed Test ✉️ Email Auth 👤 Username Check
🔐 Security & Encoding
🔑 Base64 Encode 🖼️ Base64 Image 🔐 MD5 Hash 🔑 Password Gen 🎭 Fake Name Gen
🖼️ Image Tools
📦 Compressor 🔄 Converter ✂️ Cropper 📐 Resizer 🎨 Filters ✨ Effects 💧 Watermark 📸 Social Image ⭐ Favicon Maker 🖼️ Image to Text 📝 OCR 📷 EXIF Viewer ⚙️ Image Engine 🎨 Color Palette
🔍 SEO & Web
🏷️ Meta Tag Gen 📱 Open Graph 🤖 Robots.txt Gen ✅ SEO Checklist 🔍 SERP Preview 🗺️ Sitemap Gen 📲 Social Debugger 🏷️ Hashtag Gen 📝 Word Counter ✨ Fancy Text ↔️ Text Compare
⚙️ Utilities
🚀 SaaS Ideas 💡 Brainstorm 🧠 Mind Map 🎲 Random Gen
ℹ️ About ✉️ Contact
🗄️ SQL ✅ 100% Free ⚡ 4 Dialects

SQL Table Builder

Visually design your database tables — add columns, set data types & constraints, define indexes and foreign keys, and instantly generate CREATE TABLE SQL for MySQL, PostgreSQL, SQLite or SQL Server.

Dialect:
🗄️ Table Designer 0 columns
Table Name
Schema / DB
Engine (MySQL)
Charset (MySQL)
IF NOT EXISTS
Column Name Data Type PK NN UQ AI
Quick:
📇 Indexes
🔗 Foreign Keys
ColumnRef TableRef ColumnON DELETEON UPDATE
Generated SQL
Constraint Legend
PKPrimary Key
NNNOT NULL
UQUNIQUE
AIAUTO_INCREMENT
FKForeign Key
DFHas Default

Visual SQL Table Builder

The SQL Table Builder lets you design database tables visually without writing SQL from scratch. Add and reorder columns with drag-and-drop, toggle constraints with one click, and get perfectly formatted CREATE TABLE statements instantly.

Supported Dialects

  • MySQL: Full type set including ENUM, SET, JSON, TEXT variants — with ENGINE and CHARSET options
  • PostgreSQL: SERIAL/BIGSERIAL, UUID, JSONB, TIMESTAMPTZ, ARRAY and more
  • SQLite: INTEGER, REAL, TEXT, BLOB and NUMERIC with SQLite-native affinity
  • SQL Server: NVARCHAR, IDENTITY, UNIQUEIDENTIFIER, DATETIME2, XML and more

Features

  • Drag-and-drop column reordering
  • One-click PK, NOT NULL, UNIQUE, AUTO_INCREMENT toggles per column
  • Default values and column comments per column
  • Index builder: INDEX, UNIQUE INDEX, FULLTEXT, SPATIAL, PRIMARY KEY
  • Foreign key builder with ON DELETE / ON UPDATE action selectors
  • Quick-insert presets: id, uuid, created_at, updated_at, deleted_at, status
  • Three ready-made templates: Users, Blog Posts, Orders
  • Syntax-highlighted SQL output and visual schema preview
  • Copy to clipboard and download as .sql file
Copied!