Commit 608079fe by jinfeng.wang

fix

parent 1499195f
...@@ -27,7 +27,7 @@ public class Tag implements Serializable { ...@@ -27,7 +27,7 @@ public class Tag implements Serializable {
@Column(name = "category", type = MySqlTypeConstant.VARCHAR, length = 255, isNull = true) @Column(name = "category", type = MySqlTypeConstant.VARCHAR, length = 255, isNull = true)
private String category; private String category;
// 商店链接 // 商店链接
@Column(name = "url", type = MySqlTypeConstant.VARCHAR, length = 255, isNull = true) @Column(name = "url", type = MySqlTypeConstant.TEXT, isNull = true)
private String url; private String url;
// 安装量 // 安装量
@Column(name = "install", type = MySqlTypeConstant.BIGINT, length = 20, isNull = false) @Column(name = "install", type = MySqlTypeConstant.BIGINT, length = 20, isNull = false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment