laravel belongsToMany与4个表的关系

时间:2017-04-06 07:23:56

标签: laravel many-to-many table-relationships

我有3个表和1个与3个表相关的数据透视表。我想建立一个关系,所以我可以使用spec/classes/ruby24_spec.rb关系查询。如果我在所有3个表用户< - > brances,branches< - > position,users< - > position上建立require 'spec_helper' describe 'ruby24' do it { is_expected.to compile.with_all_deps } it { is_expected.to contain_package('ruby2.4').with_ensure('installed') } it { is_expected.to contain_exec('gem2.4_install_bundler').with_command('/usr/bin/gem2.4 install bundler') } it { is_expected.to contain_exec('gem2.4_install_bundler').that_requires('Package[ruby2.4]') } end 关系,那没关系。我可以使用laravelbelongsToMany吗?顺便说一句,我正在使用->attach()

->sync()

0 个答案:

没有答案