PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Come confrontare due campi in laravel e postgres

Devi usare whereRaw invece di solo dove. È strano, ma risolve il problema che penso sia un Laravel Bug.

whereRaw('calls < maxcalls')