{# #} {% extends base %} {% block body_left %} {% include system/component/db_nav.html %} {% include system/component/db_kv_nav.html %}
{% for table_info in table_list %} {% end %}
表名 索引 记录数 操作
{{table_info.table_name}} {{table_info.index_name}} {{table_info.index_count}}
查看老版本索引 {% end %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %}