Skip to content

Commit

Permalink
fix: Apply body 데이터 타입 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yumzen committed Sep 30, 2024
1 parent 65f8aa0 commit c27e2b0
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 Apply extends BaseTimeEntity {
@Embedded
private PortfolioInfo portfolioInfo;

@Column(nullable = false, columnDefinition = "varchar(500)")
@Column(nullable = false, columnDefinition = "text")
private String body;

@Column(nullable = false, columnDefinition = "varchar(20)")
Expand Down

0 comments on commit c27e2b0

Please sign in to comment.