{% 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 %}
字段 查询数据
{% render column_table %}
索引
{% render index_table %}
建表语句
{% end %} {% block body_right %} {% include common/sidebar/default.html %} {% end %}