引用:
原帖由 茄子 于 2006-5-19 11:00 发表
那怎么漏装了字段?
那就论坛后台升级数据库
ALTER TABLE cdb_members ADD `xspacestatus` tinyint(1) NOT NULL DEFAULT '0';
怪,升级了提示错误如下
错误
SQL 查询:
ALTER TABLE cdb_members ADD `xspacestatus` tinyint( 1 ) NOT NULL DEFAULT '0';
MySQL 返回:
#1062 - Duplicate entry 'tomy' for key 2