This commit is contained in:
crusader
2018-06-11 22:16:47 +09:00
parent 29e54b6562
commit 31010fc053
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ public class InfraHostApplication {
}
@Basic
@Column(name = "META", nullable = true)
@Column(name = "NAME", nullable = true)
public String getName() {
return name;
}