升级期间发生错误:ALTER TABLE `gp_categories` CHANGE `id` `id` INT( 11 ) NOT NULL AUTO_INCREMENT [nativecode=1075 ** Un seul champ automatique est permis et il doit être indexé]
我收到了上述错误..请提前做好必要的谢意。
function query($sql, $params = array()) {
global $db;
$res = $db->query($sql, $params);
if ((new PEAR)->isError($res))
show_error('An error occurred during the upgrade: ' . $res->getUserInfo());
return $res;
}
答案 0 :(得分:0)
将主键分配给任意列。