'datetime', 'attempts' => 'integer']; } public function invoice(): BelongsTo { return $this->belongsTo(Invoice::class); } public function target(): BelongsTo { return $this->belongsTo(ExportTarget::class, 'export_target_id'); } }