D
Size: a a a
D
D
Д
VY
$countryPrices = $data['country_price'];
$infoSection->countries()->attach($countryPrices);
$countryPrices = $data['country_price'];
$infoSection->countries()->attach($countryPrices, ['country_coeff' => implode(',', $countryPrices)]);
V
$countryPrices = $data['country_price'];
$infoSection->countries()->attach($countryPrices);
$countryPrices = $data['country_price'];
$infoSection->countries()->attach($countryPrices, ['country_coeff' => implode(',', $countryPrices)]);
V
VY
V
V
V
VY
SS
V
V
VY
period_price[1]: 1мне надо ключи прописать в соответств поле - для связи, а значения - в другое, получаю ошибку
period_price[2]: 2
period_price[3]: 4
period_price[4]: 0
$infoSection->periods()->sync([$periodPrices]);
выдает ошибкуinfo_section_period
(info_section_id
, period_id
, 0
, 1
, 2
, 3
) values (28, 0, 1, 2, 3, 4))АП
SS
period_price[1]: 1мне надо ключи прописать в соответств поле - для связи, а значения - в другое, получаю ошибку
period_price[2]: 2
period_price[3]: 4
period_price[4]: 0
$infoSection->periods()->sync([$periodPrices]);
выдает ошибкуinfo_section_period
(info_section_id
, period_id
, 0
, 1
, 2
, 3
) values (28, 0, 1, 2, 3, 4))SS
VY
VY