还是不行,还是出错:
数据库访问错误
CREATE TABLE cws_comments (
commentid INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
moduleid INT(10) UNSIGNED NOT NULL DEFAULT 0,
objectid INT(10) UNSIGNED NOT NULL DEFAULT 0,
date INT(10) UNSIGNED NOT NULL DEFAULT 0,
username VARCHAR(64) NOT NULL DEFAULT '',
comment TEXT NOT NULL DEFAULT '',
PRIMARY KEY (commentid)
)
错误内容: BLOB/TEXT column 'comment' can't have a default value
错误代码: 1101
时间: Wednesday 04th 2008f June 2008 01:12:48 PM
文件:
http://www.tzkbw.com/2/install/install.php