回答編集履歴
3
追記
test
CHANGED
@@ -23,3 +23,7 @@
|
|
23
23
|
|
24
24
|
|
25
25
|
※テーブル名(topic_tag)はこのままではダメだと思うけど…。
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
![イメージ説明](4aa3e39516cda3f6100611fd7a5bc761.png)
|
2
追記
test
CHANGED
@@ -22,4 +22,4 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
※テーブル名(topic_tag)はこ
|
25
|
+
※テーブル名(topic_tag)はこのままではダメだと思うけど…。
|
1
追記
test
CHANGED
@@ -12,6 +12,10 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
+
Laravel の性質上、1回のクエリにはなりません。2回になります。
|
16
|
+
|
17
|
+
|
18
|
+
|
15
19
|
Eagerロード
|
16
20
|
|
17
21
|
[https://readouble.com/laravel/7.x/ja/eloquent-relationships.html#many-to-many-polymorphic-relations](https://readouble.com/laravel/7.x/ja/eloquent-relationships.html#many-to-many-polymorphic-relations)
|