| {% trans 'Name' %} | {% trans 'Type' %} {{ Util_showMySQLDocu('data-types') }} |
{% trans 'Length/Values' %}
{{ Util_showHint('If column type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'… If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }} |
{% trans 'Default' %} {{ Util_showHint('For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'|trans) }} | {% trans 'Collation' %} | {% trans 'Attributes' %} | {% trans 'Null' %} | {# Only for 'Edit' Column(s) #} {% if change_column is defined and change_column is not empty %}{% trans 'Adjust privileges' %} {{ Util_showDocu('faq', 'faq6-39') }} | {% endif %} {# We could remove this 'if' and let the key information be shown and editable. However, for this to work, structure.lib.php must be modified to use the key fields, as tbl_addfield does. #} {% if not is_backup %}{% trans 'Index' %} | {% endif %}A_I | {% trans 'Comments' %} | {% if is_virtual_columns_supported %}{% trans 'Virtuality' %} | {% endif %} {% if fields_meta is defined %}{% trans 'Move column' %} | {% endif %} {% if mimework and browse_mime %}{% trans 'MIME type' %} | {% trans 'Browser display transformation' %} |
{% trans 'Browser display transformation options' %}
{{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'… If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }} |
{% trans 'Input transformation' %} |
{% trans 'Input transformation options' %}
{{ Util_showHint('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'… If you ever need to put a backslash ("\\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'|trans) }} |
{% endif %}
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|