force (chain operation 18)
For example:
Db::table('user')->force('user')->select();
Force the use of the user index for queries, and user must be the name of the index actually created in the data table.
For example:
Db::table('user')->force('user')->select();
Force the use of the user index for queries, and user must be the name of the index actually created in the data table.