'boolean', ]; public function category() { return $this->belongsTo(Category::class); } public function inventories() { return $this->hasMany(Inventory::class); } }