Adjust tests to new attributes
[phpmyadmin.git] / templates / columns_definitions / column_null.phtml
blob72134ed3103590a0317b3561e2ba931c5be93f45
1 <input name="field_null[<?= $columnNumber; ?>]"
2        id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"
3        <?php if (! empty($columnMeta['Null']) && $columnMeta['Null'] != 'NO' && $columnMeta['Null'] != 'NOT NULL'): ?>
4            checked="checked"
5        <?php endif; ?>
6        type="checkbox"
7        value="NULL"
8        class="allow_null"/>