where('change_password_at', '!=', null)->where('change_password_at', '<=', time() - 7776000)->update(['status' => 3]); } } }