Fix: 이미지 컬럼테이블 이름 오탈자 수정 S11P21S002-217
This commit is contained in:
parent
0c77920319
commit
3be7ebc2b3
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user