Adjust tests to new attributes
[phpmyadmin.git] / templates / columns_definitions / column_extra.phtml
blobd39268f535654ef94e159aab05fa98af7504f538
1 <input name="col_extra[<?= $columnNumber;?>]"
2        id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"
3        <?php if (! empty($columnMeta['Extra']) && $columnMeta['Extra'] == 'auto_increment'): ?>
4            checked="checked"
5        <?php endif; ?>
6        type="checkbox"
7        value="auto_increment" />