Database Schema Designer
Visual database design with SQL generation
4 tables
18 columns
3 relationships
Add Table
Templates
100%
Generate SQL
users
id
INT
email
VARCHAR
name
VARCHAR
created_at
TIMESTAMP
products
id
INT
name
VARCHAR
price
DECIMAL
category_id
INT
orders
id
INT
user_id
INT
total
DECIMAL
status
VARCHAR
created_at
TIMESTAMP
order_items
id
INT
order_id
INT
product_id
INT
quantity
INT
price
DECIMAL
Properties
Select a table to view properties