from('comment') ->where('post_id') ->is()->not('NULL') ->orderBy('id') ->desc(); } }