{{ table_comment }}
{% endif %} {% if show_counts %}Number of rows in this table: {{ n_rows }}
{% endif %}Column | SQL type | Keys | Nullable | Comment | {% if use_dd %}DD info | {% endif %} {% if show_values %}Values | {% endif %}
---|---|---|---|---|---|---|
{{ c.name }} | {{ 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 %}