belongsTo(Order::class, 'id', 'order_id'); } public function makerUser() { return $this->hasOne(User::class, 'id', 'maker_user_id'); } }