{% if title is not none %}
{{col[0]}}
{{loop.index}} ({{col[1]}})
{% if col[2] == true %}
nullable
{% else %}
not nullable
{% endif %}
|
{% endfor %}
---|
{% if truncate == true %}
{{v|string|replace(" ", "⋅")|truncate(128)|safe}}
{% else %}
{{v|string|replace(" ", "⋅")|safe}}
{% endif %}
|
{% endfor %}