Skip to content

Commit

Permalink
Merge :: Task 도메인 Entity description, dueDate @column 애노테이션 제거 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
seu1a authored Oct 22, 2024
2 parents 0a4d240 + da969a1 commit df8731b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ class TaskEntity (
@Column(nullable = false)
var title: String,

@Column(nullable = false)
var description: String?,

@Column(nullable = false)
val dueDate: LocalDateTime?,

)

0 comments on commit df8731b

Please sign in to comment.