Skip to content

Commit

Permalink
increase history notes column length to 512
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Aug 20, 2024
1 parent e915839 commit 5f8c369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/gw/jpa/History.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import lombok.Data;


import javax.persistence.Column;
import javax.persistence.Lob;
import javax.persistence.Entity;
import javax.persistence.Id;
Expand All @@ -26,6 +27,7 @@ public class History {

private Date history_end_time;

@Column(length = 512)
private String history_notes;

private String history_process;
Expand Down

0 comments on commit 5f8c369

Please sign in to comment.