force

\n force 方法用于数据集的强制索引操作,例如:\n\n~~~\nDb::table('think_user')->force('user')->select();\n~~~\n对查询强制使用user索引,user必须是数据表实际创建的索引名称。\n