Убрал дату создания у пожелания (2)

This commit is contained in:
2025-04-20 16:36:10 +04:00
parent fa20efb1b4
commit d23e3fe47e
3 changed files with 0 additions and 9 deletions

View File

@@ -17,9 +17,6 @@ public class Wish {
@Column(nullable = false)
private String name;
@Timestamp
private LocalDateTime createdAt;
@ManyToOne
private PreparationWork preparationWork;
}