#19749 add support of adding index with collation
This commit is contained in:
parent
36b47f265b
commit
62b7eb0c99
@ -233,6 +233,13 @@
|
||||
name="index[columns][sub_parts][]"
|
||||
value="">
|
||||
</td>
|
||||
<td>
|
||||
<select name="index[columns][collations][]">
|
||||
<option value="None" selected>None</option>
|
||||
+ <option value="A">A</option>
|
||||
+ <option value="D">D</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user