hasMany(Post::class, 'id', 'post_id'); } public function category() { return $this->belongsTo(Category::class, 'category_id', 'id'); } }