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