按照手册设置了聚合模型
//链接与 databa
se 配置不同的数据库
protected $connection = [
'database'=>'tp5'
];
//关联设置
protected $relationModel = ['Profile'];
protected $fk = 'manager_id';
protected $mapFields = [
'id'=>'Manager.id',
'profile_id'=>'Profile.id'
];
我在执行修改save操作的时候报错, Table 'xxx.profile' doesn't exist