Skip to content

Commit

Permalink
Hotfix: Feedback Column type 확장 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
dl-00-e8 authored Oct 13, 2023
1 parent 28eb6ec commit 2e37b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class Lesson extends BaseTimeEntity {
@Column(name = "participants", columnDefinition = "json")
private List<Participant> participants;

@Column(name = "feedback")
@Column(name = "feedback", columnDefinition = "text")
private String feedback;

@Type(type = "json")
Expand Down

0 comments on commit 2e37b50

Please sign in to comment.