I need to understand the difference between just INDEX
and a FULLTEXT
index.
When I try
SHOW INDEXES FOR all_schools
What I get is a table of rows of indexes. I can obviously tell the Non_Unique indexes, but how can I tell if an index is a fulltext index? Have not found anything specific to this here or elsewhere.
-- EDIT -- The accepted answer below gives me the understanding (concisely) of the difference in nature between a regular and fulltext index.
As to how to differentiate, the link given below is a great way to IDENTIFY the fulltext indexes, so I'll repeat it here: Show a tables FULLTEXT indexed columns