인터랙티브 데모

로그인 없이 ERD 에디터를 체험해보세요

ERD 에디터 데모

쇼핑몰 데이터베이스 예시로 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를 만들어보세요