Убрал дату создания у пожелания (2)
This commit is contained in:
@@ -17,9 +17,6 @@ public class Wish {
|
||||
@Column(nullable = false)
|
||||
private String name;
|
||||
|
||||
@Timestamp
|
||||
private LocalDateTime createdAt;
|
||||
|
||||
@ManyToOne
|
||||
private PreparationWork preparationWork;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user