這段SQL哪里錯了啊 error1604(42000)
CREATE TABLE `imooc_user`(
`id` int unsigned auto_increment key,
`username` varchar(20) not null unique,
`password` char(32) not null,
`sex` enum("男","女","保密") not null default "保密",
`face` varchar(50) not null,
`regTime` int(10) unsigned not null
);
日,哪里錯了,,,
2015-04-11
CREATE TABLE `imooc_user`(
`id` int unsigned auto_increment key,
`username` varchar(20) not null unique,
`password` char(32) not null,
`sex` enum("保密","男","女") not null,
`face` varchar(50) not null,
`regTime` int(10) unsigned not null
);
默認的寫第一個就行
2015-04-11
看老師敲得一路順暢。。。
一晚上都在配置和改錯,簡直了