{% trans 'Table name' %}: | {% trans 'Add' %} {% trans 'column(s)' %} |
{% trans 'Table comments:' %} | {% trans 'Collation:' %} | {% trans 'Storage Engine:' %} {{ Util_showMySQLDocu('Storage_engines') }} | {% trans 'Connection:' %} {{ Util_showMySQLDocu('federated-create-connection') }} | |||
---|---|---|---|---|---|---|
{{ Charsets_getCollationDropdownBox( dbi, disable_is, 'tbl_collation', null, tbl_collation, false ) }} | {{ StorageEngine_getHtmlSelect( 'tbl_storage_engine', null, tbl_storage_engine ) }} | |||||
{% trans 'PARTITION definition:' %} {{ Util_showMySQLDocu('Partitioning') }} | ||||||
{% include 'columns_definitions/partitions.twig' with { 'partition_details': partition_details } only %} |