HHH-8191 - Update Teradata Dialect for Teradata 14.0
This commit is contained in:
parent
8d988c33b4
commit
04a4f54579
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue