インタラクティブデモ

ログインなしでERDエディターをお試しください

ERDエディターデモ

ECサイトのデータベース例でERD編集機能を体験してください

テーブルをドラッグして移動し、カラムを確認してください。実際のサービスではAIで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.

気に入りましたか?

無料で登録して、AIで自分だけのERDを作成しましょう