{{ table_name }}

{% if table_comment %}

{{ table_comment }}

{% endif %} {% if show_counts %}

Number of rows in this table: {{ n_rows }}

{% endif %} {% if use_dd %}{% endif %} {% if show_values %}{% endif %} {% if use_dd %}{% endif %} {% if show_values %}{% endif %} {% for c in columns %} {{ c.sql_type }} {{ c.pk_str }}{% if c.pk_str and c.fk_str %};{% endif %} {{ c.fk_str }} {{ c.nullable_str }} {{ c.comment }} {% if use_dd %} {{ c.crate_annotation_str }} {% endif %} {% if show_values %} {{ c.values_info_str }} {% endif %} {% endfor %}
Column SQL type Keys Nullable CommentDD infoValues
{{ c.name }}