Skip to content

Commit

Permalink
Update column type
Browse files Browse the repository at this point in the history
  • Loading branch information
milesha committed Nov 26, 2024
1 parent bf74fdd commit b63a9df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class Message {
@Enumerated(EnumType.STRING)
private MessageSender sender;

@Lob
@NonNull
@Column(length=Length.LONG16)
private String content;

@NonNull
Expand Down

0 comments on commit b63a9df

Please sign in to comment.