This commit is contained in:
crusader 2018-04-26 02:34:03 +09:00
parent 39fda40d69
commit c2c31172e6

View File

@ -32,7 +32,7 @@ public class InfraMachine extends Infra {
// }
@Basic
@Column(name = "META", nullable = true, length = 255)
@Column(name = "META", nullable = true, length = 1000)
public String getMeta() {
return meta;
}