Skip to content

Commit

Permalink
feat: s3 링크용 데이터 길이
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjun0120 committed Jul 4, 2024
1 parent 7e4c766 commit a2402ae
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 a2402ae

Please sign in to comment.