$this->faker->text(50), "text" => $this->faker->text, "post_time" => $this->faker->dateTime, "time" => $this->faker->numberBetween(1,12), "time_period_id" => TimePeriod::all()->random(1)[0]["id"], "occupation_id" => Occupation::all()->random(1)[0]["id"], "status_id" => Status::all()->random(1)[0]["id"], "user_id" => User::all()->random(1)[0]["id"] ]; } }