@@ -84,7 +84,7 @@ public class Collection implements Serializable {
/**
* 规格信息
*/
- @Column(name = "store_spec", columnDefinition = "TEXT")
+ @Column(name = "store_spec", length = 4000)
private String spec;