'array', 'new_values' => 'array', 'created_at' => 'datetime', ]; } public function actor(): BelongsTo { return $this->belongsTo(User::class, 'actor_user_id'); } public function targetUser(): BelongsTo { return $this->belongsTo(User::class, 'target_user_id'); } }