No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
|
- alter table role_convoy add column `rob_log` varchar(255) NOT NULL DEFAULT '[]' COMMENT '打劫记录';
- alter table role_convoy add column `rob_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '成功打劫时间';
|