Skip to content

Commit f68fe02

Browse files
fix: 공연 링크 문자열 길이 설정
1 parent e429a00 commit f68fe02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/PodoeMarket/podoemarket/common/entity/PerformanceEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class PerformanceEntity {
3737
@Column(nullable = false)
3838
private LocalDate endDate;
3939

40-
@Column(nullable = false)
40+
@Column(nullable = false, columnDefinition = "TEXT")
4141
private String link;
4242

4343
@Builder.Default

0 commit comments

Comments
 (0)