/**
* 关联楼宇推荐书关联表
* 远程一对一
*/
public function buildingPanos()
{
return $this->hasManyThrough(
'App\Building', // 远程表
'App\ModelList\BuildingPano', // 中间表
'pano_id', // 中间表对主表的关联字段
'id', // 远程表对中间表的关联字段
'pano_config_id', // 主表对中间表的关联字段
'building_id' // 中间表对远程表的关联字段
);
}
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/112359.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...