table('user'); if ($user->hasIndex('email')) { $user->removeIndexByName('email') ->removeIndexByName('mobile') ->update(); } } }