As far as I'm using DBForge, I only can create an index as btree and not as fulltext or hash.
Has is something to do with InnoDB tables?
creating index only with btree index
Re: creating index only with btree index
We recommend you to refer to the following link: http://dev.mysql.com/doc/refman/5.5/en/ ... index.html
-
- Posts: 20
- Joined: Wed 18 Sep 2013 14:10
Re: creating index only with btree index
Okay. Thanks for the link.