如何使用 MigratorDotNet 向数据库添加索引?

发布于 2024-09-06 14:24:23 字数 78 浏览 2 评论 0 原文

有人可以指出我在使用 MigratorDotNet 时创建索引的正确方向吗?

我有一些需要多列索引的表。

谢谢

Can someone point me in the right direction for creating indexes when using MigratorDotNet?

I have some tables which need multi column indexes.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬色的秋千 2024-09-13 14:24:23

从 0.8 开始,这看起来不太可能。 用于添加多列索引的补丁之前已提交2009年就投稿了,但是还没有被接受。

可以找到执行此操作的代码 此处。我会发布补丁的完整片段,但我不确定您或正在阅读此答案的其他人在查看 MPL 代码时可能会面临什么样的许可问题。

As of 0.8, it doesn't look like it's possible. A patch for adding multi-columned indexes was submitted sometime back in 2009, but it hasn't been accepted yet.

The code to do this can be found here. I'd post a complete snipped from the patch, but I'm not sure what kind of licensing issues you or anyone else that's reading this answer might face by looking at MPL code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文