{% comment %} {% endcomment %} {% for table in db_schema %} {% for column in table.columns %} {% endfor %} {% endfor %}
Column Name Column Type
{{table.name}}
{% if column.pk %} 🔑 {% endif %} {{column.name}} {{column.type}}