I'm trying to do the following sum with Query Builder, but if one of the values is null and not sum
DB::raw("estudantes_carga_horaria.dias_letivos_oferecidos + estudantes_carga_horaria.dias_letivos_oferecidos_outra_escola AS total_dias_letivos_oferecidos")