Skip to content

Commit

Permalink
feat: 엔티티 설정 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Aug 10, 2024
1 parent 663af93 commit 8378f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/com/ggsdh/backend/trip/domain/Lane.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import jakarta.persistence.CascadeType.REMOVE
@Table(name = "TB_LANE")
class Lane(
var name: String,

@Enumerated(value = EnumType.STRING)
var tripThemeConstants: TripThemeConstants
) {
@Id
Expand Down

0 comments on commit 8378f05

Please sign in to comment.