Commit 41b04ad1 by lepdou

update

parent 259a9f7e
......@@ -4,7 +4,6 @@ import com.ctrip.framework.apollo.common.entity.BaseEntity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Lob;
import javax.persistence.Table;
import org.hibernate.annotations.SQLDelete;
......@@ -23,7 +22,6 @@ public class Item extends BaseEntity {
private String key;
@Column(name = "value")
@Lob
private String value;
@Column(name = "comment")
......
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