'integer', 'producto_id' => 'integer', ]; public function producto(): BelongsTo { return $this->belongsTo(Producto::class); } }