do I have to specify integer length when creating an id field in MySQL through phpMyAdmin?

丶灬走出姿态 提交于 2019-12-05 09:19:54

Every integer field defaults to 11 when left blank so you can leave it.

No, you don't have to specify a length for integers. I have never done that.

There are different integral data types with different sizes, so you can just choose the one with the capacity that you need.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!