Layer: Physical schema
outgoing_foreign_keys: this column joins out to whereincoming_foreign_keys: which other tables reference this column
qualified_name as schema.table.column — e.g.
"public.orders.user_id".Drill into one column with its bidirectional FK graph.
outgoing_foreign_keys: this column joins out to whereincoming_foreign_keys: which other tables reference this columnqualified_name as schema.table.column — e.g.
"public.orders.user_id".