亚音速和高级键/索引
使用 SubSonic orm 时有没有办法创建索引或 uniqe 列(以与 SubSonicPrimaryKey 相同的方式声明)
Is there a way to create index or uniqe column when using SubSonic orm (declared in the same way as for example SubSonicPrimaryKey)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,使用迁移时这是不可能的。
请阅读文档中的缺点部分。
如果您希望对创建的数据库进行这种级别的控制,那么“迁移可能不适合您”。
如果您想要这样的东西,您始终可以自己创建数据库[脚本]。
No this is not possible when using Migrations.
Read the cons section in the docs.
If you want that level of control over the created database then "migrations might not be for you".
You can always create the database [script] yourself if you want such things.