ALTER TABLE webindex.store_table ADD FULLTEXT INDEX store_index(store_name, store_info(500),store_keywords(500))
error
MySQL said: BLOB column 'store_info' can't be used in key specification with the used table type
Columns
store_name varchar(50)
store_info text
store_keywords text
I have looked at the manual
Just don't get why it don't work
have the latest version of mysql