浏览代码

ft: sql完善

master
SisMaker 4 周前
父节点
当前提交
6d79831256
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      db/yzygame.sql

+ 1
- 0
db/yzygame.sql 查看文件

@ -11125,6 +11125,7 @@ CREATE TABLE IF NOT EXISTS `guild` (
`division` int(11) NOT NULL DEFAULT '0' COMMENT '评级', `division` int(11) NOT NULL DEFAULT '0' COMMENT '评级',
`funds` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '社团资金', `funds` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '社团资金',
`arrears` int(11) NOT NULL DEFAULT '0' COMMENT '拖欠次数', `arrears` int(11) NOT NULL DEFAULT '0' COMMENT '拖欠次数',
`flag` int(11) NOT NULL DEFAULT 0 COMMENT '社团旗帜',
`style` int(11) NOT NULL DEFAULT '0' COMMENT '旗帜样式', `style` int(11) NOT NULL DEFAULT '0' COMMENT '旗帜样式',
`color` int(11) NOT NULL DEFAULT '0' COMMENT '旗帜颜色', `color` int(11) NOT NULL DEFAULT '0' COMMENT '旗帜颜色',
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间', `create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',

正在加载...
取消
保存