質問編集履歴

1

説明を追記しました。

2021/04/01 04:33

投稿

yowayowanitohei
yowayowanitohei

スコア31

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,15 @@
41
41
  >
42
42
 
43
43
  > DB::table('users')->truncate();
44
+
45
+
46
+
47
+
48
+
49
+ SELECTは問題なく動いております。
50
+
51
+ ```ここに言語を入力
52
+
53
+ $Categorylist = DB::connection('sql2')->table('categories')->get();
54
+
55
+ ```