fix column
This commit is contained in:
@ -12,7 +12,7 @@ public class PriceHistory {
|
|||||||
|
|
||||||
private Float price;
|
private Float price;
|
||||||
|
|
||||||
@Column(name = "date_check")
|
@Column(name = "checked_at")
|
||||||
private LocalDateTime dateCheck;
|
private LocalDateTime dateCheck;
|
||||||
|
|
||||||
@ManyToOne
|
@ManyToOne
|
||||||
|
|||||||
Reference in New Issue
Block a user