Browse Source

ft: 修复了一张表结构

master
SisMaker 3 weeks ago
parent
commit
99e9725fb2
2 changed files with 1 additions and 19750 deletions
  1. +0
    -16949
      db/test1.sql
  2. +1
    -0
      db/yzygame.sql

+ 0
- 16949
db/test1.sql
File diff suppressed because it is too large
View File


+ 1
- 0
db/yzygame.sql View File

@ -20047,6 +20047,7 @@ CREATE TABLE IF NOT EXISTS `role_guild_collect` (
`role_id` bigint(20) unsigned NOT NULL COMMENT '玩家id',
`last_collect_time` int(11) unsigned DEFAULT '0' COMMENT '最近一次封印时间',
`last_enter_time` int(11) unsigned DEFAULT '0' COMMENT '最近一次参与活动时间',
`collect_count` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '本次活动采集次数',
PRIMARY KEY (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='玩家公会采集信息';

Loading…
Cancel
Save