交互式演示

无需登录即可体验ERD编辑器

ERD编辑器演示

以购物网站数据库为例,亲自体验ERD编辑功能

拖拽表格移动位置,点击查看列详情。这是一个交互式演示!
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.

喜欢这个演示吗?

注册免费账户,创建和协作您自己的ERD项目