Not a bug Possible MYSQL index bug?

This might change in the future, but this isn't something supported by the schema manager at this time. You'd need a direct query for it.

Note that the array syntax you're trying to use already means something: the second entry represents the prefix length of the column (for string fields).
 
This might change in the future, but this isn't something supported by the schema manager at this time. You'd need a direct query for it.

Note that the array syntax you're trying to use already means something: the second entry represents the prefix length of the column (for string fields).
Thank for explain. I've forgot about index with length too.
 
Top Bottom