hasOne(Merchant::class, 'mer_id', 'mer_id'); } public function product() { return $this->hasOne(Product::class, 'product_id', 'product_id'); } }