{% extends 'base.html.twig' %} {% import '_sidebar_tables.html.twig' as macros %} {% block title %}Create Table · Jormun Admin{% endblock %} {% block breadcrumbs %} Home / Create Table {% endblock %} {% block sidebar_tables %} {{ macros.sidebar_table_links(tables, null) }} {% endblock %} {% block content %}
Create New Table
{% if error %}
{{ error }}
{% endif %}
{# Table name #}
Letters, numbers, hyphens, underscores, dots. 3–255 chars.

{# Partition key #}
Partition Key

{# Sort key toggle #}
Sort Key

Table will be created with PAY_PER_REQUEST billing mode.
Cancel
{% endblock %}