Laravel中的多对多表具有多个数据库连接

时间:2014-01-05 08:25:32

标签: laravel database-connection relationship

我的中心数据库(db2)包含用户,角色和user_role表以及我的应用程序的标准数据库。

虽然连接到用户和角色可以很好地定义模型中的数据库连接,如下所示:

protected $table = 'db2.users';
protected $table = 'db2.roles';

我想在db2中也有我的user_role表,但是如何定义连接。使用型号User_Role?目前只有在我的标准数据库连接

中有user_role表时它才有效

0 个答案:

没有答案