%PDF- %PDF-
| Direktori : /usr/share/phpmyadmin/templates/columns_definitions/ |
| Current File : //usr/share/phpmyadmin/templates/columns_definitions/column_null.phtml |
<input name="field_null[<?= $columnNumber; ?>]"
id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"
<?php if (! empty($columnMeta['Null']) && $columnMeta['Null'] != 'NO' && $columnMeta['Null'] != 'NOT NULL'): ?>
checked="checked"
<?php endif; ?>
type="checkbox"
value="NULL"
class="allow_null"/>