且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法创建表-错误1064(42000):SQL语法错误

更新时间:2021-10-16 22:15:38

我尝试将intunsigned放在一起,并且效果很好:

I tried putting int and unsigned together and it worked fine:

create table foo
(clo int unsigned primary key auto_increment );