数据库MYSQL 表是memory
@Column @ColDefine ( customType = "varbinary" , width = 12345 ) public byte[] bytes;
生成的SQL语句为bytes varbinary,
算是bug吗??
customType是完全自定义的,直接拼入建表sql的