Hello.
I was wondering if model relationships, using belongsTo, that it only fetches if there is a match
Let's say i pull all comments from the database. Every comment have a post_id
If this post_id retrives a row that dosent existst, it dosent fetch the comment either?