Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数据库-MySql操作大全 | 波波星球 #1

Open
AbeDai opened this issue Feb 4, 2019 · 0 comments
Open

数据库-MySql操作大全 | 波波星球 #1

AbeDai opened this issue Feb 4, 2019 · 0 comments

Comments

@AbeDai
Copy link
Owner

AbeDai commented Feb 4, 2019

http://blog.daiyibo.cn/2019/01/24/%E6%95%B0%E6%8D%AE%E5%BA%93-MySql%E6%93%8D%E4%BD%9C%E5%A4%A7%E5%85%A8/

数据类型介绍数值类型 类型 大小 范围 详情 TINYINT 1 字节 有符号:(-128,127) 无符号:(0,255) 极小整数值 SMALLINT 2 字节 有符号:(-32 768,32 767) 无符号:(0,65 535) 小整数值 MEDIUMINT 3 字节 有符号:(-8 388 608,8 388 607) 无符号:(0,16 777 215) 中等整数值

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant