Code First Migrations in SQL Azure - Tables without a clustered index are not supported

蓝咒 提交于 2019-12-03 15:13:29
parliament

Turns out to be a bug in Entity Framework 6 -Alpha 3. I guess I should've mentioned that.

https://stackoverflow.com/a/15282861/1267778

maartenba

This one looks similar (although it's not the ideal solution imho): Entity Framework Many-to-Many Clustered vs. Nonclustered Index

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!