芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/database/factories/PackagingFactory.php
$this->faker->randomElement(\DB::table('shops')->pluck('id')->toArray()), 'name' => $this->faker->word, 'cost' => rand(1, 10), 'width' => $this->faker->randomFloat($nbMaxDecimals = 2, $min = 10, $max = 50), 'height' => $this->faker->randomFloat($nbMaxDecimals = 2, $min = 10, $max = 60), 'depth' => $this->faker->randomFloat($nbMaxDecimals = 2, $min = 10, $max = 40), 'created_at' => Carbon::Now()->subDays(rand(0, 15)), 'updated_at' => Carbon::Now()->subDays(rand(0, 15)), ]; } }