数字型:int 浮点型:double 字符型:varchar(可变长字符串) 日期类型:date(只有年月日,没有时分秒) datetime(年月日,时分秒)boolean类型:不支持,一般使用tinyint替代(值为0和1)