Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的每个数据库表中,我有 5-6 个重复的字段,例如
如果我为这些人制作单独的桌子或留在主桌子内,我会感到困惑
<opinion>我认为这不值得额外的麻烦。特别是因为这些行永远不会被其他行共享 - 其他行和这些行之间总是存在一对一的映射。只需将它们保存在它们现在所在的表中即可。</opinion>
<opinion>
</opinion>
在我看来,我会和你一样,把它们放在每张桌子上,因为你不能分开价值。你怎么知道如果active是指this,那么others指的是this?
谢谢。问候, 阿尔弗雷德