@Column private String name; 怎么定义mysql表中的长度, 不想要默认长度, 怎么改?
如果要指定个String为text或者longtext 又需要怎么定义
@ColDefine(type = ColType.VARCHAR, width = 200) ,知道了