Discuz! info: MySQL Query Error
User: 天涯海角
Time: 2006-9-20 11:49pm
Script: /race_install.php
SQL: CREATE TABLE cdb_race (
hid int(1) NOT NULL auto_increment,
wingame int(10) DEFAULT '0' NOT NULL,
selectn int(10) DEFAULT '0' NOT NULL,
horsename varchar(50) DEFAULT '未冠名' NOT NULL,
horsenation varchar(50) DEFAULT '未知' NOT NULL,
horseinfo varchar(200) DEFAULT '未知' NOT NULL,
cost int(7) DEFAULT '10000' NOT NULL,
buyuser varchar(50) NOT NULL,
buytime int(11) DEFAULT '0' NOT NULL,
allgame int(11) DEFAULT '0' NOT NULL,
PRIMARY KEY (hid)
)
Error: Invalid default value for 'horsename'
Errno.: 1067
An error report has been dispatched to our administrator.
安装出现这个错误 |