博客
关于我
丛林战争游戏数据库设计
阅读量:90 次
发布时间:2019-02-26

本文共 1208 字,大约阅读时间需要 4 分钟。

?????????

?????????????????????????????????????????????????

???????User??????????????????

  • username?????- ??????????????
  • password????- ?????????????
  • id????- ??????????

????????

  • ??InnoDB?????????
  • username??????????????????
  • id?????????????????????
  • ?????Result???????????????????

    • id????- ??????????
    • userid????- ???????????id??????????
    • totalcount?????- ???null?????0
    • wincount??????- ???????0

    ????????

  • totalcount??????null?????0????????
  • wincount????????????0??????????
  • ?????????????
  • SQL??Game.sql???????????SQL?????InnoDB?????????utf8???????????

    ??????????

  • ???????result?
    • id???int???????null?????
    • userid???int?????????null???????
    • totalcount?????int?????null?????0
    • wincount?????int??????null?????0
    • ??primary key???id??
    • ??????fk_userid???user??id??
    1. ???????user?
      • id???int???????null?????
      • username???varchar???????null????50
      • password???varchar???????null????50
      • ??primary key???id??
      • ???????unique_username???????????

      ????????

    2. ??InnoDB????????ACID???????
    3. username?????varchar??????????????
    4. id??????????????????????
    5. ??????0?????????
    6. ????????????????
    7. ???????????????????????????????????

    8. ??username??????????
    9. ?????password??????
    10. ??????????????????
    11. ???????????????????????????????????????????????????????????????????????????

    转载地址:http://xdok.baihongyu.com/

    你可能感兴趣的文章
    Python变量命名方法-ChatGPT4o作答
    查看>>
    Python变量与运算符
    查看>>
    Python变量/运算符/函数/模块/string
    查看>>
    python发送邮件的时候出现 error (535, b‘5.7.3 Authentication unsuccessful‘) 解决方法
    查看>>
    python系列【仅供参考】:python flask框架 debug功能
    查看>>
    python发送notes邮件_使用python在Lotus Notes中发送邮件
    查看>>
    Python双版本下创建一个Scrapy(西瓜皮)项目
    查看>>
    Python双版本下No module named 'requests'
    查看>>
    python及pycharm2018软件安装教程
    查看>>
    python去重txt文本_Python实现的txt文件去重功能示例
    查看>>
    python去掉列表的逗号,从Python列表项中删除标点符号
    查看>>
    Python卸载所有包
    查看>>
    python单线程下实现多个socket并发
    查看>>
    Python单元测试框架介绍(超详细~)
    查看>>
    Python单元测试框架
    查看>>
    python单元测试之unittest
    查看>>
    Python单元测试unittest实战
    查看>>
    Python单元测试-模拟VS补丁
    查看>>
    python协程实时输出_Python 协程以及事件循环的问题,怎么知道 IO 读取结束了呢?...
    查看>>
    Python十进制&;包提供错误的结果
    查看>>