'array', 'response_payload' => 'array', 'executed_at' => 'datetime', ]; public function machine() { return $this->belongsTo(Machine::class); } }