diff --git a/hibernate-core/src/test/java/org/hibernate/test/annotations/Sky.java b/hibernate-core/src/test/java/org/hibernate/test/annotations/Sky.java index d9f5be26ed..d31fae8ad8 100644 --- a/hibernate-core/src/test/java/org/hibernate/test/annotations/Sky.java +++ b/hibernate-core/src/test/java/org/hibernate/test/annotations/Sky.java @@ -22,7 +22,7 @@ public class Sky implements Serializable { protected String color; @Column(name="`day`",nullable = false) protected String day; - @Column(name = "`MONTH`", nullable = false) + @Column(name = "`month`", nullable = false) protected String month; @Transient protected String area;