HHH-7717 Wrapped "date" column names into "`date`" as they can be
reserved in some dialects which would cause a test failure.
This commit is contained in:
parent
d41b800bb0
commit
eb4b4ba0d2
|
@ -34,6 +34,7 @@ public class Investment {
|
|||
|
||||
private DollarValue amount;
|
||||
private String description;
|
||||
@Column(name = "`date`")
|
||||
private MyDate date;
|
||||
|
||||
public DollarValue getAmount() {
|
||||
|
|
Loading…
Reference in New Issue