MySQL 常用数据
- 数值型:整型 int tinyint bigint (最常用int)
浮点型 float double decimal(常用decimal)
- 字符串: char vachar text (常用vachar)
- 日期: datetime