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