-- 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. CREATE INDEX IDXalj2fi17mnjua0ny1rqaremdc ON blc_acct_invite(account_id); CREATE INDEX IDXe28kfmgr4c9k6jyes49mo63j0 ON blc_acct_invite(email); CREATE INDEX IDXgc90woulgs7i089pv6sfh4ptp ON blc_acct_invite(email, account_id); CREATE INDEX IDXnqh476w7r82fapkmol7i3h0e0 ON blc_acct_invite(id, account_id); CREATE INDEX IDXhu5dj71lcgw5ngla5927nl2sn ON blc_account_member(email);