'group_id = ?1 AND user_id = ?2', 'bind' => [1 => $groupId, 2 => $userId], 'order' => 'id DESC', ]); } }