Associating multiple fields in the TP framework does not work

public function categories()
{
    return $this->belongsToMany("PortalCategoryModel", "portal_category_post", "category_id", "post_id","type");
}
The

type field has no data. According to the official case, there are only four parameters. Am I wrong to add type?

clipboard.png

Jan.28,2022
Menu