获取一张评论表来同时服务应用程序和帖子表?

发布于 2024-11-15 05:56:10 字数 177 浏览 5 评论 0原文

我创建了一个名为 comments 的表,comments 有一个名为 ItemId 的属性,该属性用作其他两个表 posts 和 apps 的外键。

这是因为我希望评论表能够同时服务于应用程序和帖子表。但是,当尝试将值插入注释表时,它会引发外键约束错误。

有谁知道以最少的重复完成我想要做的事情的最佳方法?

I've created a table called comments, comments has a property called ItemId which is used as the foreign key for two other tables posts and apps.

This is because i was hoping for the comments table to serve both the apps and posts table. However when trying to insert a value into the comments table it throws a foreign key constraint error.

Does anyone know the best way of accomplishing what I'm trying to do with the least amount of duplication?

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

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

发布评论

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

评论(1

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