'integer', 'payload' => 'array', 'target_id' => 'integer', ]; public function crawlJob(): BelongsTo { return $this->belongsTo(CrawlJob::class); } }