sunchenbin / A.CTable-Frame

A.CTable是一个基于Spring和Mybatis的Maven项目,actable 支持springboot,增强了Mybatis的功能,通过配置model注解的方式来创建表,修改表结构,目前仅支持Mysql ,码云上有各个发布版本的记录:https://gitee.com/sunchenbin/mybatis-enhance/releases
https://blog.csdn.net/sun5769675/article/details/74779640
Apache License 2.0
125 stars 57 forks source link

兼容mysql不同版本int类型处理 fix #19 #21

Open zhouwm808 opened 2 years ago

zhouwm808 commented 2 years ago

当mysql使用5.7及以上版本时,每次启动都会更新int型字段,因mysql高版本不支持设置长度,db中获取的是column_type为int,不像5.6及之前的版本为int(11)