This commit is contained in:
crusader
2018-06-11 21:40:39 +09:00
parent d955b9ddcd
commit 309e95fc40
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ public class MetaMemberStatus {
this.key = key;
}
@Column(name = "Name", nullable = false, length = 10)
@Column(name = "Name", nullable = false, length = 100)
public String getName() {
return name;
}