Files
web.ems/phpMyAdmin/templates/columns_definitions/column_null.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

9 lines
324 B
Twig
Executable File

<input name="field_null[{{ column_number }}]"
id="field_{{ column_number }}_{{ ci - ci_offset }}"
{% if column_meta['Null'] is not empty and column_meta['Null'] != 'NO' and column_meta['Null'] != 'NOT NULL' -%}
checked="checked"
{%- endif %}
type="checkbox"
value="YES"
class="allow_null" />