dataset 테이블 수정
This commit is contained in:
@@ -38,6 +38,12 @@ public class ModelDatasetEntity {
|
||||
@Column(name = "container_cnt")
|
||||
private Long containerCnt;
|
||||
|
||||
@Column(name = "waste_cnt")
|
||||
private Long wasteCnt;
|
||||
|
||||
@Column(name = "land_cover_cnt")
|
||||
private Long landCoverCnt;
|
||||
|
||||
@ColumnDefault("now()")
|
||||
@Column(name = "created_dttm")
|
||||
private OffsetDateTime createdDttm;
|
||||
|
||||
Reference in New Issue
Block a user