Skip to content

Commit

Permalink
✨ [STMT-254] 활동 엔티티에 활동 장소에 대한 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcv9203 committed Apr 15, 2024
1 parent c2278ea commit 63089b6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ public class ActivityJpaEntity extends BaseTimeEntity {
@Comment("활동 종료 날짜")
private LocalDateTime endDate;

@Column(name = "location", nullable = false)
@Comment("활동 장소")
private String location;
}

0 comments on commit 63089b6

Please sign in to comment.