为什么由 aspnet_regsql 创建的 SQL 成员数据库表没有主键

发布于 2024-08-12 23:35:44 字数 241 浏览 5 评论 0原文

这个问题是关于 aspnet_regsql 为 ASP.NET 2.0 成员数据库创建的表。

我将数据库中的这些表和过程等合并到我的应用程序数据库中,以便于管理和与应用程序数据的集成。

我注意到没有一个表有主键。这是我用来创建和管理实体、dto、存储库类和验证的工具的一个难题。

有谁知道为什么这些表没有主键以及向这些表添加主键是否会干扰该数据库包含的内置存储过程的操作?

谢谢,

金博尔

This question is about the tables created by aspnet_regsql for the ASP.NET 2.0 Membership database.

I am incorporating these tables and procs, etc from the database into my application database for ease of manageemnt and integration with the application data.

I notice that none of the tables have primary keys. This is a difficulty with the tools I use to create and manage entities, dto's, repository classes and validation.

Does anyone know why these tables do not have primary keys and whether adding primary keys to these tables will interfere with the operation of the baked-in stored procs that this database includes?

Thanks,

Kimball

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

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

发布评论

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

评论(1

风筝有风,海豚有海 2024-08-19 23:35:44

那么您的安装一定出了问题 - 就我而言,“aspnetdb”中的所有表都有主键,就像任何严肃的表应该有的那样:

替代文本

尝试删除 aspnetdb 并重新安装...

马克

Then something must have gone wrong with your installation - in my case, all the tables in "aspnetdb" have primary keys like any serious table should have:

alt text

Try removing aspnetdb and reinstalling...

Marc

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