Skip to content

Commit

Permalink
Merge branch 'dev' into feat/#28
Browse files Browse the repository at this point in the history
  • Loading branch information
m3k0813 committed Jul 4, 2024
2 parents 3ea33de + a2402ae commit 983267b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Spot extends BaseEntity {
@Column(name = "longitude", nullable = false)
private Double longitude;

@Column(name = "img_url", nullable = false)
@Column(name = "img_url", nullable = false, length = 1000)
private String imgUrl;

@Column(name = "like_num")
Expand Down

0 comments on commit 983267b

Please sign in to comment.