Skip to content

Commit

Permalink
[feature/Inhabas#252] 데이터 타입 길이 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
skytin1004 committed Mar 24, 2024
1 parent e6ed182 commit 2ca304c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Menu extends BaseEntity {
@Embedded private MenuName name;

@Enumerated(EnumType.STRING)
@Column(name = "TYPE", length = 20, nullable = false)
@Column(name = "TYPE", length = 50, nullable = false)
private MenuType type;

@Embedded private Description description;
Expand Down

0 comments on commit 2ca304c

Please sign in to comment.