1 개요
라라벨 MySQL 저장 프로시저 호출
$comments = DB::select("CALL get_comments_by_post_id(?)", [$post_id]);