{# Flask partial: table schema (CREATE statement) #}

{{ table_name }}

{% if not schema or not schema.strip() %}

No schema information

{% else %}
{{ schema.strip() | e }}
{% endif %}