공통코드 misc 컬럼삭제
This commit is contained in:
@@ -50,9 +50,6 @@ public class CommonCodeEntity extends CommonDateEntity {
|
||||
@Column(name = "used")
|
||||
private Boolean used;
|
||||
|
||||
@Column(name = "misc_cd")
|
||||
private String miscCd;
|
||||
|
||||
@NotNull
|
||||
@Column(name = "deleted", nullable = false)
|
||||
private Boolean deleted = false;
|
||||
|
||||
Reference in New Issue
Block a user