Ver código fonte

ft: sql完善

master
SisMaker 4 semanas atrás
pai
commit
6d79831256
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      db/yzygame.sql

+ 1
- 0
db/yzygame.sql Ver arquivo

@ -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 '创建时间',

Carregando…
Cancelar
Salvar