1
0
Fork 0

feat(products): add thumbnail paths

This commit is contained in:
Henrik Hautakoski 2026-04-29 17:42:51 +02:00
parent 3b05a045ed
commit 76afd14ffd
4 changed files with 26 additions and 0 deletions

View file

@ -29,6 +29,7 @@ class ProductFactory extends Factory
'sku' => strtoupper(fake()->bothify('SKU-#####??')),
'short_description' => fake()->optional()->sentence(),
'description' => fake()->paragraphs(2, true),
'thumbnail_path' => null,
'price' => fake()->randomFloat(2, 10, 10000),
'stock_quantity' => fake()->numberBetween(0, 5000),
'active' => fake()->boolean(90),