belongsTo(User::class, 'user_id', 'id'); } public function operatorUser() { return $this->belongsTo(User::class, 'operator', 'id'); } }