Skip to content

Commit

Permalink
try to fix the notes length issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jan 4, 2025
1 parent dfe4913 commit bb98dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/gw/jpa/History.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class History {

private Date history_end_time;

@Column(length = 512)
@Lob
private String history_notes;

private String history_process;
Expand Down

0 comments on commit bb98dfc

Please sign in to comment.