belongsTo(Shop::class, 'shop_id', 'id'); } public function cooperate() { return $this->belongsTo(Shop::class, 'cooperate_id', 'id'); } public function shopCooperateLottery() { return $this->hasMany(ShopCooperateLottery::class, 'shop_cooperate_id', 'id'); } }