'array', 'status' => 'integer', ]; } public function operator(): BelongsTo { return $this->belongsTo(User::class, 'operator_id'); } }