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