{{ 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.pk_str }}{% if c.pk_str and c.fk_str %};{% endif %} {{ c.fk_str }} {% if use_dd %}{% endif %} {% if show_values %}{% endif %} {% endfor %}
Column SQL type Keys Nullable CommentDD infoValues
{{ c.name }} {{ c.sql_type }} {{ c.nullable_str }} {{ c.comment }}{{ c.crate_annotation }}{{ c.values_info }}