Store schema as a relationship graph — node size encodes row count,
solid edges are declared foreign keys, dashed edges are *_id references
implied by column naming. Select a node for the table's columns and links.
{{ schema.skipped | length }} table(s) not shown —
{% for s in schema.skipped %}{{ s.name }}{% if not loop.last %}, {% endif %}{% endfor %}
({{ schema.skipped[-1].reason }})
No tables in this store yet — run cairn build first.