-- MySql does not support `IF NOT EXISTS` syntax when creating indexes. -- You should review your database for any of the indexes described here that pre-exist, -- and omit them from what you apply to your MySql database. -- No Changes