79810771

Date: 2025-11-06 02:11:21
Score: 2
Natty:
Report link

Just in case someone is searching for the same thing as me - Laravel automatically resolves from

->where('column', null)

to select * from "table" where "column" is null

https://laracasts.com/discuss/channels/eloquent/wherenull-vs-wherecolumn-null?page=1&replyId=769800

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Davidos