Interactive Demo

Try the ERD editor without signing in

ERD Editor Demo

Experience the ERD editing features with this e-commerce database example

Drag tables to move them and explore the columns. In the full version, you can generate ERDs with AI.
users
6
iduuid
NOT NULL
emailvarchar(255)
NOT NULL
namevarchar(100)
NOT NULL
password_hashvarchar(255)
NOT NULL
created_attimestamp
NOT NULL
updated_attimestamp
NOT NULL
products
7
iduuid
NOT NULL
namevarchar(200)
NOT NULL
descriptiontext
pricedecimal(10,2)
NOT NULL
stockinteger
NOT NULL
category_iduuid
created_attimestamp
NOT NULL
orders
6
iduuid
NOT NULL
user_iduuid
NOT NULL
statusvarchar(50)
NOT NULL
total_amountdecimal(12,2)
NOT NULL
shipping_addresstext
NOT NULL
created_attimestamp
NOT NULL
order_items
5
iduuid
NOT NULL
order_iduuid
NOT NULL
product_iduuid
NOT NULL
quantityinteger
NOT NULL
unit_pricedecimal(10,2)
NOT NULL
reviews
6
iduuid
NOT NULL
user_iduuid
NOT NULL
product_iduuid
NOT NULL
ratinginteger
NOT NULL
commenttext
created_attimestamp
NOT NULL
Mini Map
Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.

Like what you see?

Sign up for free and create your own ERD with AI