Skip to content

Commit

Permalink
🦷 :: (#464) keyword data type size 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Nov 21, 2023
1 parent 9bd5787 commit 27ee802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class CodeEntity {
private JobType jobType;

@NotNull
@Column(columnDefinition = "VARCHAR(21)")
@Column(columnDefinition = "VARCHAR(30)")
private String keyword;

@ManyToOne(fetch = FetchType.LAZY)
Expand Down

0 comments on commit 27ee802

Please sign in to comment.