'datetime', 'finished_at' => 'datetime', ]; } public function bot() { return $this->belongsTo(Bot::class); } }