Found {{ tables|length }} table{{ "s" if tables|length != 1 }} in schema
{{ schema }}
| Table name | Type | Columns | |
|---|---|---|---|
| {{ t.table_name }} | {{ t.table_type }} | {% if t.columns %} {{ t.columns|length }} col{{ "s" if t.columns|length != 1 }} ({{ t.columns[:4]|map(attribute='column_name')|join(', ') }}{% if t.columns|length > 4 %}, …{% endif %}) {% else %} - {% endif %} |