博客
关于我
丛林战争游戏数据库设计
阅读量: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 数据库骚操作 -- MySQL
    查看>>
    Python 数据操作详解
    查看>>
    Python 数据文件与网络数据序列化存储详解
    查看>>
    Python 数据结构与算法详解
    查看>>
    Python 数据采集、清洗、整理、分析以及可视化实战
    查看>>
    Python 数据预处理
    查看>>
    python 文件类型检测 linux和windows都可以用
    查看>>
    Python多处理池,加入;不等待继续?
    查看>>
    Python多处理帮助在条件下退出
    查看>>
    Python 无法安装包
    查看>>
    python 日历小部件 - 返回用户选择的日期
    查看>>
    Python 日志管理封装
    查看>>
    python 时间函数小总结
    查看>>
    Python 是否优化尾递归?
    查看>>
    Python 更新set
    查看>>
    Python 最强 IDE 详细使用指南!
    查看>>
    Python 有一个不可变的列表吗?
    查看>>
    Python 机器学习入门之 pandas 的使用
    查看>>
    Python 机器学习实战
    查看>>
    python 杀死子进程_subprocess.popen.kill杀死所有子进程
    查看>>