{$title}

{$date} export

contents

    {foreach from=$tables item="table"}
  1. {$table.tableName} {/foreach}

{foreach from=$tables item="table"} Table  {$table.tableName} / Schema {$table.schema}
{foreach from=$table.columnProperties item="c"} {/foreach}
COLUMN NAMEPKTYPESIZEDEFAULT VALUENOT NULL comment
{$c.name} {$c.primaryKeyName} {$c.typeAsDB} {$c.size} {$c.defaultValue} {$c.notNull} {$c.comment}
Index {foreach from=$table.indexProperties item="c"} {/foreach}
INDEX NAMECOLUMN NAMEUNIQUECATALOGTYPE
{$c.indexName} {$c.columnName} {$c.nonUnique} {$c.catalog} {$c.typeName}

{/foreach} {$auther} {$url}