索引信息

<{if $tables}> <{foreach from=$tables item=row}> <{/foreach}>
索引名称索引类型
<{$row.Index}> <{$row.Type}>
<{foreach from=$column key=index_name item=item}>

索引名称:<{$index_name}>

<{foreach from=$item item=row}> <{/foreach}>
索引字段类型索引字段
<{$row.Type}> <{$row.Field}>
<{/foreach}> <{else}> 索引服务未开启 <{/if}>