Postgresql TEXT 타입 선언 수정, API 경로 수정
This commit is contained in:
@@ -31,7 +31,10 @@ public class ErrorLogEntity extends CommonCreateEntity {
|
||||
|
||||
private String errorCode;
|
||||
private String errorMessage;
|
||||
|
||||
@Column(columnDefinition = "TEXT")
|
||||
private String stackTrace;
|
||||
|
||||
private Long handlerUid;
|
||||
private ZonedDateTime handledDttm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user