Posts by Diogo Araújo • 43 points
1 post
- 
		4 votes1 answer854 viewsQ: Laravel Undefined column: 7 ERROR: column "1" does not existIn the join, I am passing a direct value, and Laravel is trying to "read" this value as if it were a table. function ($join) { $join ->on('e.pee_fk_pes_codigo', '=', 'p.pes_codigo')…