Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
collate utf8_bin次のようなクエリを実行する必要があります。
collate utf8_bin
SELECT * FROM `table` WHERE `field`='value' collate utf8_bin;
これは厳密には管理スクリプト用であり、特定のクエリのためだけに、テーブルの文字セット自体を更新したくありません。
Eloquent ORM を使用してこれを行うことはできますか? それとも、このクエリを書き出す必要がありますか?