Key

Column Type Extra
{{ column.name }} {{ column.type }} {{ column.type }} {{ column.autoIncrement ? 'auto_increment' : '-' }}

 

Value

Column Type Extra
{{ column.name }} {{ column.type }} {{ column.type }} {{ column.autoIncrement ? 'auto_increment' : '-' }}

 

Options

Format version
{{ table.formatVersion }}
Storage engine
{{ table.storageEngine }}
Tablespace
{{ table.tablespace || '-' }}
Compressed
{{ table.compressed ? 'yes' : 'no' }}
Histogram
{{ col }}, -
Partition by
{{ (table.partitioningInfo?.type | lowercase) || '-' }}
Time partition column
{{ table.partitioningInfo?.timeColumn }}('{{ table.partitioningInfo?.timePartitionSchema }}')
Value partition column
{{ table.partitioningInfo?.valueColumn }}