Fix: 이미지 컬럼테이블 이름 오탈자 수정 S11P21S002-217

This commit is contained in:
kimtaesoo7 2024-09-23 16:06:47 +09:00
parent 0c77920319
commit 3be7ebc2b3

View File

@ -37,7 +37,7 @@ public class Image extends BaseEntity {
/**
* 이미지 확장자
*/
@Column(name = "image_extenstion", nullable = false, length = 10)
@Column(name = "image_extension", nullable = false, length = 10)
private String extension;
/**