HHH-8191 - Update Teradata Dialect for Teradata 14.0

This commit is contained in:
Steve Ebersole 2015-03-23 14:54:24 -05:00
parent 8d988c33b4
commit 04a4f54579
1 changed files with 1 additions and 1 deletions

View File

@ -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;