跟踪其他表之间的多对多关系的表的命名约定是什么?

发布于 2024-11-26 01:36:04 字数 194 浏览 1 评论 0原文

我很尴尬地陷入了我的一个项目中,因为我想不出第三张表的名称。我的前两个表被称为

pltest

pltest_foo

每个 pltest(Ping 丢失测试)可以有许多 pltest_foo,反之亦然。我该如何称呼跟踪连接的第三个表呢?

I'm embarrassingly enough stuck in one of my projects because I can't think of a name for this third table. My two first tables are called

pltest

and

pltest_foo

Each pltest (Ping Loss Test) can have many pltest_foos and vice versa. What to I call the third table that keeps track of the connections?

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

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

发布评论

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

评论(2

天气好吗我好吗 2024-12-03 01:36:04

我通常只是用下划线连接两个表名,尽管在这种情况下这可能看起来很奇怪:pltest_pltest_foo。通常,没有必要比这更奇特。

I usually just join the two table names with an underscore, although that would probably look odd in this case: pltest_pltest_foo. There's no real need to get any fancier than that, usually.

旧夏天 2024-12-03 01:36:04

在我看来,pltest_pltest_foo就足够了。

In my opinion pltest_pltest_foo would suffice.

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