Browse Source

ft: sql完善

master
SisMaker 3 weeks ago
parent
commit
6d79831256
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      db/yzygame.sql

+ 1
- 0
db/yzygame.sql View File

@ -11125,6 +11125,7 @@ CREATE TABLE IF NOT EXISTS `guild` (
`division` int(11) NOT NULL DEFAULT '0' COMMENT '评级',
`funds` int(11) unsigned 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 '旗帜样式',
`color` int(11) NOT NULL DEFAULT '0' COMMENT '旗帜颜色',
`create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',

Loading…
Cancel
Save