{% extends "base.html" %} {% block content %}

Columns Add new column

{% for col in table.get_columns %} {% endfor %}
Order PK Auto-incrementing? Name Null? Unique? Type Size/Options Target table Comment
{% if col.get_name == table.get_pk_column.get_name %}{% endif %}

{% endblock %}