Skip to content

Commit

Permalink
fix: memo TEXT column
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbin97 committed Oct 19, 2024
1 parent f716825 commit 7dc9503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/project/backend/entity/post/Post.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class Post extends BaseEntity {
@Column(nullable = false, length = 2084)
private String url;

@Column
@Column(columnDefinition = "TEXT")
private String memo;

@Column
Expand Down

0 comments on commit 7dc9503

Please sign in to comment.