force 方法用于數據集的強制索引操作,例如:

Db::table('think_user')->force('user')->select();

對查詢強制使用user索引,user必須是數據表實際創建的索引名稱。