(no title)
siriusastrebe | 4 days ago
How does it distinguish which tables have foreign keys to other tables? Can with work without defining constraints?
siriusastrebe | 4 days ago
How does it distinguish which tables have foreign keys to other tables? Can with work without defining constraints?
Gordiny|4 days ago
It relies on actual foreign key constraints. If there’s no FK defined, it won’t infer the relationship. The chevron is shown based on those constraints, and the related rows are only queried when you expand the node, which keeps performance under control.