我有一个称为游戏的桌子(用斜体表示)。
我的表格称为成员(按用户名称分列)。
在每次游戏中,最多可有6名成员参加一次。
然而,一名成员可以辞职,但BUTI仍需要保存他们参与这一游戏的记录。
我需要进行以下单独搜查:
a 成员积极游戏。
a. 成员再分配游戏。
• 寻找一个空档游戏(即一个成员没有填满的地方)。
What would be the best table structure for this? Should I put a text field in for a member with a list of all resigned games separated by a comma? (A problem I can see with this is I will ultimately need the games information for these games, so I will subsequently need to do a separate search on the games table for each of these game numbers. That seems really slow work for the server.)
在游戏中,我是否拥有6个文字领域,如SLOT1、SLOT2等,目前参与者的用户名? 但同样,辞职的成员是什么?
千年问题的主要部分(造成上述所有混乱):
我如何在我的表格上制定我的指数?
在我进行搜查时,我将研究一下SLOTS1的游戏,以便了解是否与参与者的用户名称相匹配。 因此,这是一次6次被搁置的搜索。 我为这些行动选择数据库中的指数做了些什么?
然后,取决于我如何为每次游戏辞退成员,那么我怎么做指数呢?