Skip to content

Commit

Permalink
[Refactor] #163 - CafeMenu 엔티티 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
parkrootseok committed Feb 6, 2023
1 parent 35bc59c commit 5266c9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ public class CafeMenu {
@Column(nullable = false)
private String name;

@Column
@Column(columnDefinition = "TEXT")
private String description;

@Column(nullable = false)
private int price;

@Column(columnDefinition = "TEXT")
private String imageUrl;

@Builder
Expand Down

0 comments on commit 5266c9e

Please sign in to comment.