Skip to content

Commit

Permalink
chore: image nullable 설정 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Jan 16, 2025
1 parent a72ad16 commit b69a80c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MenuEntity {
@Column(name = "spot_id", nullable = false)
private Long spotId;

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

@Column(name = "name", nullable = false)
Expand Down

0 comments on commit b69a80c

Please sign in to comment.