Skip to content

Commit

Permalink
Update Category entity
Browse files Browse the repository at this point in the history
  • Loading branch information
denomelchenko committed Jul 17, 2024
1 parent 9a2345b commit f7e4b74
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
@Table(name = "category")
public class Category {
@Id
@GeneratedValue(strategy = GenerationType.UUID)
@Column(name = "id", nullable = false, length = 36)
private String id;

@Column(name = "name", length = 50, nullable = false)
private String name;

Expand Down

0 comments on commit f7e4b74

Please sign in to comment.