Compra::factory(), 'producto_id' => Producto::factory(), 'cantidad' => fake()->numberBetween(-10000, 10000), 'precio_unitario' => fake()->randomFloat(2, 0, 99999999.99), 'subtotal' => fake()->randomFloat(2, 0, 99999999.99), ]; } }