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.
ユーザー名列を持つ「アカウント」という名前のエンティティがあり、ログイン時にユーザー名を検索するために使用するため、これによってインデックスを作成したいと考えています。
ルックアップを高速化するために、このテーブルに列「username」をインデックス化することを redbean orm に伝えるにはどうすればよいですか? redbean orm を使用する代わりに、データベースを手動で更新する必要がありますか?
これがあなたが求めているものだと思います:
R::$writer->addIndex('account','userindex','username');