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