not null不能写成notnull。。。。

在创建表的时候,比如:

create table test(id int(11) not null primary key);


如果把not null 写成notnull那就不对了~primary key 也不能连起来写!
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章