Skip to content

Commit

Permalink
HOTFIX: @lob 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
koreaioi authored Jan 31, 2025
1 parent a34d3ca commit c5ecd4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class Review extends BaseEntity {
@Enumerated(EnumType.STRING)
private FieldType field;

@Lob
@NotNull
@Column(columnDefinition = "TEXT", nullable = false)
private String content;
Expand Down

0 comments on commit c5ecd4c

Please sign in to comment.