= __('Table name'); ?>: | = __('Add'); ?> = __('column(s)'); ?> |
= __('Table comments:'); ?> | = __('Collation:'); ?> | = __('Storage Engine:'); ?> = PMA\libraries\Util::showMySQLDocu('Storage_engines'); ?> | = __('Connection:'); ?> = PMA\libraries\Util::showMySQLDocu('federated-create-connection'); ?> | |||
---|---|---|---|---|---|---|
= PMA_generateCharsetDropdownBox( PMA_CSDROPDOWN_COLLATION, 'tbl_collation', null, isset($_REQUEST['tbl_collation']) ? $_REQUEST['tbl_collation'] : null, false ); ?> | = StorageEngine::getHtmlSelect( 'tbl_storage_engine', null, (isset($_REQUEST['tbl_storage_engine']) ? $_REQUEST['tbl_storage_engine'] : null) ); ?> | |||||
= __('PARTITION definition:'); ?> = PMA\libraries\Util::showMySQLDocu('Partitioning'); ?> | ||||||