Schema for {{table.name}}

{% for c in table.columns -%} {% endfor %}
# Column Type Size Description
{{c.sequence_id}} {{c.name}} {{c.datatype}} {{c.size}} {{c.description}}