Skip to content

Commit

Permalink
Fix(#171): DB Constraint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mingeun0507 committed May 25, 2023
1 parent 7f72a36 commit 9f583ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ProjectQna {
@Column(name = "answer_choice")
private Long answerChoice; // 답변 선택지

@Column(name = "answer_content")
@Column(name = "answer_content", columnDefinition = "TEXT")
private String answerContent; // 답변 내용

@Builder
Expand Down

0 comments on commit 9f583ac

Please sign in to comment.