{% for table in db_schema %} {% for column in table.columns %} {% endfor %} {% endfor %}
{{table.name}}
{% if column.pk %} 🔑 {% endif %} {{column.name}} {{column.type}}