Posts by Renan Arrieiro • 19 points
3 posts
-
0
votes1
answer14
viewsA: Symfony Leftjoin createQueryBuilder Error
I adjusted the SQL: I switched to WITH, I didn’t understand the difference yet. I’ll research.…
-
-1
votes1
answer14
viewsQ: Symfony Leftjoin createQueryBuilder Error
I’m trying to run this query, My relationship is not explicit between Customer and Competitor; I’m getting this error, that I can’t get details of what’s going on, I can’t get the…
-
1
votes1
answer144
viewsQ: Additional Fields in Pivot Model Laravel 6?
I’m in my first Laravel Framework project and I’m having difficulty in relationship N:M, I have the database structure fornecedor->fornecedor_produto->produto** have my models: class…