where('user_id = :user_id:', ['user_id' => $userId]) ->andWhere('deleted = 0') ->execute(); } }