Schema Diagram
An ER / schema diagram: table cards with typed columns and PK/FK/unique/index badges, drawn FK→PK relationship lines with cardinality markers, relationship hover-highlight and collapsible tables.
npx shadcn@latest add https://rocket.gozturk.dev/r/schema-diagram.json4 tables · 3 relations
100%
iduuid
emailvarchar(255)UNIQUENOT NULL
namevarchar(120)NOT NULL
created_attimestamptzNOT NULL
iduuid
user_iduuid→ users.idIDXNOT NULL
statusvarchar(20)NOT NULL
totalnumeric(10,2)NOT NULL
created_attimestamptzNOT NULL
iduuid
skuvarchar(64)UNIQUENOT NULL
namevarchar(200)NOT NULL
pricenumeric(10,2)NOT NULL
iduuid
order_iduuid→ orders.idIDXNOT NULL
product_iduuid→ products.idIDXNOT NULL
quantityintNOT NULL
unit_pricenumeric(10,2)NOT NULL