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

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId>
<packaging>jar</packaging>
<version>1.0.34-SNAPSHOT</version>
<version>1.0.35-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name>
<properties>

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;
}