質問編集履歴

3

追記

2019/07/23 13:17

投稿

Place
Place

スコア27

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,14 @@
5
5
  mysqlの以下のクエリ
6
6
 
7
7
  select * from member where convert(namae using utf8) collate utf8_unicode_ci like '%サトウ%';
8
+
9
+ をLaravelのEloquent ORMで書く方法を教えていただきたいです。
10
+
11
+
12
+
13
+ convertは必須ではなく、
14
+
15
+ select * from member where namae collate utf8_unicode_ci like '%サトウ%';
8
16
 
9
17
  をLaravelのEloquent ORMで書く方法を教えていただきたいです。
10
18
 

2

バージョン情報追記

2019/07/23 13:17

投稿

Place
Place

スコア27

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,8 @@
16
16
 
17
17
  ### 環境(バージョン)情報
18
18
 
19
+ php 7.3.5
20
+
19
21
  Laravel 5.7.28
20
22
 
21
23
  Mysql 5.5.60-MariaDB

1

バージョン情報追加

2019/07/22 08:31

投稿

Place
Place

スコア27

test CHANGED
File without changes
test CHANGED
@@ -11,3 +11,11 @@
11
11
 
12
12
 
13
13
  よろしくお願いします。
14
+
15
+
16
+
17
+ ### 環境(バージョン)情報
18
+
19
+ Laravel 5.7.28
20
+
21
+ Mysql 5.5.60-MariaDB