{% extends base %} {% block body %} {% from xutils import encode_base64 %} {% init table_name = "" %} {% init error = "" %} {% init cost_time = None %} {% init path = "" %} {% init path_list = [] %} {% init sql = "" %} {% init keys = [] %}
{{T("表结构")}} - {{table_name}}
{% include common/button/back_button.html %}
字段 查询数据
{% set xnote_table_var = "column_table" %} {% include common/table/table.html %}
索引
{% set xnote_table_var = "index_table" %} {% include common/table/table.html %}
建表语句
{% end %} {% block body_right %} {% include common/sidebar/default.html %} {% end %}