{% extends "base.html" %} {% block title %}Edit table {{ table }} in {{ database.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block nav %}

home

{{ super() }} {% endblock %} {% block content %}

Edit table {{ database.name }}/{{ table }}

Change existing columns

Add a column

Delete table

Current table schema

{{ schema }}
{% endblock %}