Skip to content

Commit

Permalink
Add: 더미데이터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsong111 committed May 30, 2024
1 parent 8509b29 commit 1b870e8
Show file tree
Hide file tree
Showing 2 changed files with 722 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class FoodTruckMenu extends BaseEntity {
private Long id;
private String name;
private String description;
@Column(columnDefinition = "LONGTEXT")
private String imageUrl;
private int price;

Expand Down
Loading

0 comments on commit 1b870e8

Please sign in to comment.