Your IP : 3.144.97.63


Current Path : /usr/share/phpmyadmin/templates/columns_definitions/
Upload File :
Current File : //usr/share/phpmyadmin/templates/columns_definitions/column_extra.phtml

<input name="col_extra[<?= $columnNumber;?>]"
       id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"
       <?php if (! empty($columnMeta['Extra']) && $columnMeta['Extra'] == 'auto_increment'): ?>
           checked="checked"
       <?php endif; ?>
       type="checkbox"
       value="auto_increment" />