테이블 사이즈 확장

This commit is contained in:
hsoh
2022-06-17 11:01:52 +09:00
parent d5bfed32d2
commit 7410eab62d
@@ -36,7 +36,7 @@ public class ApiInfo implements Serializable {
@Column(length = 200, nullable = false)
private String url;
@Column(length = 50)
@Column(length = 100)
private String serviceValue;
@NotBlank