Mysql
5.7.31版本,适配比较好。
下载地址:https://downloads.mysql.com/archives/community/
mysql的常见数据类型:
tinyint
- 有符号:-128到127【默认】
- 无符号:0-255
int
bigint
float
double
decimal #精准的小数
char #定长字符串,查询速度快
varchar #变长字符串
text
mediumtext
longtext
date
5.7.31版本,适配比较好。
下载地址:https://downloads.mysql.com/archives/community/
mysql的常见数据类型:
tinyint
int
bigint
float
double
decimal #精准的小数
char #定长字符串,查询速度快
varchar #变长字符串
text
mediumtext
longtext
date