{% extends "base.html" %} {% block title %}Create a table in {{ database.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database.name) }} {% endblock %} {% block content %}

Create a table in {{ database.name }}

Columns

If the primary key is an integer it will automatically count up from 1

{% endblock %}