ing
This commit is contained in:
parent
d955b9ddcd
commit
309e95fc40
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user