blob: 7f61f5cb980ccabf05a748f52df910ebdce71bc4 (
plain)
1
2
3
4
5
6
7
|
<input name="col_extra[{{ column_number }}]"
id="field_{{ column_number }}_{{ ci - ci_offset }}"
{% if column_meta['Extra'] is not empty and column_meta['Extra'] == 'auto_increment' -%}
checked="checked"
{%- endif %}
type="checkbox"
value="auto_increment">
|