feat(products): add thumbnail paths
This commit is contained in:
parent
3b05a045ed
commit
76afd14ffd
4 changed files with 26 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue