ERD Visualization
248 tables · 312 relationships · 4 missing FK constraints · 2 circular deps
100%
customers
PII
id INT
email VARCHAR
full_name VARCHAR
phone VARCHAR
+4 more cols
orders
id INT
customer_id INT⚠
total_amount DECIMAL
status VARCHAR
+5 more cols
order_items
id INT
order_id INT
product_id INT
quantity INT
unit_price DECIMAL
products
id INT
name VARCHAR
category_id INT
category_name VARCHAR3NF⚠
+3 more cols
user_sessions
id BIGINT
user_id INT
session_token VARCHAR
user_agent TEXT
inventorymissing FK
id INT
product_id INT
quantity INT
warehouse VARCHAR
audit_log
id BIGINT
table_name VARCHAR
action VARCHAR
user_id INT
timestamp TIMESTAMPTZ
Minimap
Legend
FK Relationship
Implied FK
Missing FK
Table
Critical issue
Schema Filter
Graph Stats
248
Tables
312
Relationships
4
Missing FKs
2
Circular Deps
Tables
248 total
orders
CRIT
order_items
HIGH
customers
PII
products
3NF
user_sessions
2NF
inventory
FK
audit_log
OK
+241 more tables…