芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/database/factories/SupplierFactory.php
$this->faker->randomElement(\DB::table('shops')->pluck('id')->toArray()), 'name' => $this->faker->company, 'email' => $this->faker->email, 'contact_person' => $this->faker->name, 'url' => $this->faker->url, 'description' => $this->faker->text(500), 'active' => 1, ]; } }