数值型

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ede9055f-5c9f-4cd8-b6a5-f5cd205f4797/Untitled.png

整数类型

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/30eb4a31-51e6-4eec-a846-d20702b9a460/Untitled.png

类似于int(n) 的设定只影响显示的最小长度,不影响存储的允许范围(可以通过添加 zerofill 来查看效果)。

整数型数据存在 signed 和 unsigned

小数类型

小数分为定点数和浮点数。

字符串

VARCHAR 与 CHAR

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f4934e38-ee8c-4edb-88ab-a7a113dcc987/Untitled.png

枚举和集合 ENUM & SET